nodeTypedValue()
VARIANT nodeTypedValue get the strongly typed value of the node
# File ext/win32ole/sample/xml.rb, line 1882 def nodeTypedValue() ret = _getproperty(25, [], []) @lastargs = WIN32OLE::ARGV ret end