IXMLDOMParseErrorVtbl class final

Inheritance

Constructors

IXMLDOMParseErrorVtbl()

Properties

AddRef Pointer<NativeFunction<ULONG Function(Pointer<IXMLDOMParseError> This)>>
getter/setter pair
get_errorCode Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<Long> errorCode)>>
getter/setter pair
get_filepos Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<Long> filePosition)>>
getter/setter pair
get_line Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<Long> lineNumber)>>
getter/setter pair
get_linepos Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<Long> linePosition)>>
getter/setter pair
get_reason Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<BSTR> reasonString)>>
getter/setter pair
get_srcText Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<BSTR> sourceString)>>
getter/setter pair
get_url Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<BSTR> urlString)>>
getter/setter pair
GetIDsOfNames Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<IID> riid, Pointer<LPOLESTR> rgszNames, UINT cNames, LCID lcid, Pointer<DISPID> rgDispId)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, UINT iTInfo, LCID lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<UINT> pctinfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Invoke Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, DISPID dispIdMember, Pointer<IID> riid, LCID lcid, WORD wFlags, Pointer<DISPPARAMS> pDispParams, Pointer<VARIANT> pVarResult, Pointer<EXCEPINFO> pExcepInfo, Pointer<UINT> puArgErr)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IXMLDOMParseError> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IXMLDOMParseError> This)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited