IXMLElementVtbl class final

Inheritance

Constructors

IXMLElementVtbl()

Properties

addChild Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<IXMLElement> pChildElem, Long lIndex, Long lReserved)>>
getter/setter pair
AddRef Pointer<NativeFunction<ULONG Function(Pointer<IXMLElement> This)>>
getter/setter pair
get_children Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<Pointer<IXMLElementCollection>> pp)>>
getter/setter pair
get_parent Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<Pointer<IXMLElement>> ppParent)>>
getter/setter pair
get_tagName Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<BSTR> p)>>
getter/setter pair
get_text Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<BSTR> p)>>
getter/setter pair
get_type Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<Long> plType)>>
getter/setter pair
getAttribute Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, BSTR strPropertyName, Pointer<VARIANT> PropertyValue)>>
getter/setter pair
GetIDsOfNames Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<IID> riid, Pointer<LPOLESTR> rgszNames, UINT cNames, LCID lcid, Pointer<DISPID> rgDispId)>>
getter/setter pair
GetTypeInfo Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, UINT iTInfo, LCID lcid, Pointer<Pointer<ITypeInfo>> ppTInfo)>>
getter/setter pair
GetTypeInfoCount Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<UINT> pctinfo)>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
Invoke Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> 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
put_tagName Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, BSTR p)>>
getter/setter pair
put_text Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, BSTR p)>>
getter/setter pair
QueryInterface Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<IID> riid, Pointer<Pointer<Void>> ppvObject)>>
getter/setter pair
Release Pointer<NativeFunction<ULONG Function(Pointer<IXMLElement> This)>>
getter/setter pair
removeAttribute Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, BSTR strPropertyName)>>
getter/setter pair
removeChild Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, Pointer<IXMLElement> pChildElem)>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
setAttribute Pointer<NativeFunction<HRESULT Function(Pointer<IXMLElement> This, BSTR strPropertyName, VARIANT PropertyValue)>>
getter/setter pair

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