This document is archived and information here might be outdated. Recommended version. |
The element that represents the XML.
[Visual Basic .NET]
Public Property Element As Object
[C#]
public object Element {get; set;}
[C++]
HRESULT get_Element(
IUnknown Pointer* Element
);
[C++]
HRESULT putref_Element(
LPUNKNOWN Element
);
[C++] Parameters Element [out, retval]
Element is a parameter of type IUnknown* Element [in]
Element is a parameter of type IUnknown