Method: IXMLDOMEntityReference#prefix

Defined in:
sample/xml.rb

#prefixObject

BSTR prefix the prefix for the namespace applying to the node



4412
4413
4414
4415
4416
# File 'sample/xml.rb', line 4412

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