Method: IXTLRuntime#nodeValue

Defined in:
sample/xml.rb

#nodeValueObject

VARIANT nodeValue value stored in the node



5274
5275
5276
5277
5278
# File 'sample/xml.rb', line 5274

def nodeValue()
  ret = _getproperty(3, [], [])
  @lastargs = WIN32OLE::ARGV
  ret
end