Method: IXMLDOMElement#prefix

Defined in:
sample/xml.rb

#prefixObject

BSTR prefix the prefix for the namespace applying to the node



1539
1540
1541
1542
1543
# File 'sample/xml.rb', line 1539

def prefix()
  ret = _getproperty(33, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end