Method: IXMLDOMElement#specified
- Defined in:
- sample/xml.rb
#specified ⇒ Object
BOOL specified indicates whether node is a default value
1483 1484 1485 1486 1487 |
# File 'sample/xml.rb', line 1483 def specified() ret = _getproperty(22, [], []) @lastargs = WIN32OLE::ARGV ret end |