Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
Contains a list of the IXMLDOMNotationmembers that are present in the document type declaration.
Script Syntax
Copy Code | |
---|---|
var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations; |
Remarks
Script Parameters
None.
Script Return Value
Object. List of IXMLDOMNotationthat are present in the document type declaration.
C/C++ Syntax
Copy Code | |
---|---|
HRESULT get_notations( IXMLDOMNamedNodeMap** notationMap ); |
Remarks
C/C++ Parameters
- notationMap
-
[out, retval] List of IXMLDOMNotationthat are present in the document type declaration.
C/C++ Return Values
- S_OK
-
Value returned if successful.
- E_INVALIDARG
-
Value returned if notationMapis Null.
Requirements
Header | msxml2.h, msxml2.idl |
Windows Embedded CE | Windows CE .NET 4.0 and later |
General Remarks
Notations identify by name the format of unparsed entities, the format of elements that bear a notation attribute, or the application to which a processing instruction is addressed.
This property is read-only, and applies to the following objects and interfaces: