Method: IXMLDOMCharacterData#data
- Defined in:
- sample/xml.rb
#data ⇒ Object
BSTR data value of the node
2958 2959 2960 2961 2962 |
# File 'sample/xml.rb', line 2958 def data() ret = _getproperty(109, [], []) @lastargs = WIN32OLE::ARGV ret end |