This document is archived and information here might be outdated. Recommended version. |
Creates an object based on XML type information.
[Visual Basic .NET]
Public Function ToObject ( _
ByVal NamespaceURI As String, _
ByVal TypeName As String _
) As Object
[C#]
public object ToObject (
string NamespaceURI,
string TypeName
);
[C++]
HRESULT ToObject(
BSTR NamespaceURI,
BSTR TypeName
);
[C++] Parameters NamespaceURI [in]
NamespaceURI is a parameter of type BSTR TypeName [in]
TypeName is a parameter of type BSTR