Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMDocumentType::enti...     IXMLDOMDocumentType::nota...     IXMLDOMDocumentType Inter...    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMDocumentType::get_name Method


Contains the name of the document type.

Visual Basic Syntax

strValue = oXMLDOMDocumentType.name

C/C++ Syntax

HRESULT get_name(
    BSTR *rootName);

Parameters

rootName
[out] 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.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.