Method: Msxml#version

Defined in:
sample/xml.rb

#versionObject

HRESULT version get XML version number.

BSTR arg0 --- p [OUT]


7278
7279
7280
# File 'sample/xml.rb', line 7278

def version
  OLEProperty.new(@dispatch, 65646, [VT_BYREF|VT_BSTR], [VT_BYREF|VT_BSTR, VT_HRESULT])
end