This document is archived and information here might be outdated. Recommended version. |
Obtains element value as an object instance.
[Visual Basic .NET]
Public Function GetObject ( _
ByVal index As Integer, _
ByVal typeNamespace As String, _
ByVal TypeName As String _
) As Object
[C#]
public object GetObject (
int index,
string typeNamespace,
string TypeName
);
[C++]
HRESULT GetObject(
long index,
BSTR typeNamespace,
BSTR TypeName
);
[C++] Parameters index [in]
index is a parameter of type long typeNamespace [in]
typeNamespace is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR