Method: IXMLDOMElement#xml
- Defined in:
- sample/xml.rb
#xml ⇒ Object
BSTR xml return the XML source for the node and each of its descendants
1515 1516 1517 1518 1519 |
# File 'sample/xml.rb', line 1515 def xml() ret = _getproperty(27, [], []) @lastargs = WIN32OLE::ARGV ret end |