Method: IXMLDOMElement#getAttributeNode
- Defined in:
- sample/xml.rb
#getAttributeNode(arg0) ⇒ Object
IXMLDOMAttribute getAttributeNode look up the attribute node by name
BSTR arg0 --- name [IN]
1714 1715 1716 1717 1718 |
# File 'sample/xml.rb', line 1714 def getAttributeNode(arg0) ret = _invoke(102, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end |