name Property (IXMLDOMDocumentType) (Windows CE 5.0)
Contains the name of the document type.
[Script]
Script Syntax
strValue= oXMLDOMDocumentType.name;
Script Parameters
None.
Script Return Value
String. When specified, this corresponds to the single root element of the document tree.
[C/C++]
C/C++ Syntax
HRESULT get_name(BSTR* rootName);
C/C++ Parameters
- rootName
[out, retval] When specified, this corresponds to the single root element of the document tree.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value when returning Null.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following interface:
Send Feedback on this topic to the authors