Share via


name Property (IXMLDOMDocumentType)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Contains the name of the document type.

Script Syntax

            strValue = oXMLDOMDocumentType.name;

Remarks

Script Parameters

None.

Script Return Value

String. When specified, this corresponds to the single root element of the document tree.

C/C++ Syntax

HRESULT get_name(
  BSTR* rootName
);

Remarks

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

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

This property is read-only, and applies to the following interface:

IXMLDOMDocumentType