Method: IXMLDOMDocument#createComment
- Defined in:
- sample/xml.rb
#createComment(arg0) ⇒ Object
IXMLDOMComment createComment create a comment node
BSTR arg0 --- data [IN]
936 937 938 939 940 |
# File 'sample/xml.rb', line 936 def createComment(arg0) ret = _invoke(44, [arg0], [VT_BSTR]) @lastargs = WIN32OLE::ARGV ret end |