This method is deprecated or moved on the latest stable version. The last existing version (v1_9_2_180) is shown here.
tagName()
BSTR tagName get the tagName of the element
# File ext/win32ole/sample/xml.rb, line 1554 def tagName() ret = _getproperty(97, [], []) @lastargs = WIN32OLE::ARGV ret end