Share via


notations Property (Windows Embedded CE 6.0)

1/6/2010

Contains a list of the IXMLDOMNotation members that are present in the document type declaration.

Script Syntax

var objXMLDOMNamedNodeMap = oXMLDOMDocumentType.notations;

Remarks

Ee502386.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502386.collapse(en-US,WinEmbedded.60).gifScript Return Value

Object. List of IXMLDOMNotation that are present in the document type declaration.

Ee502386.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_notations(
  IXMLDOMNamedNodeMap** notationMap
);

Remarks

Ee502386.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • notationMap
    [out, retval] List of IXMLDOMNotation that are present in the document type declaration.

Ee502386.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.
  • E_INVALIDARG
    Value returned if notationMap is Null.

Ee502386.collapse(en-US,WinEmbedded.60).gifRequirements

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:

IXMLDOMNotation and IXMLDOMDocumentType

See Also

Reference

XML DOM Properties