Share via


notationName Property (Windows Embedded CE 6.0)

1/6/2010

Contains the notation name.

Script Syntax

            strValue = oXMLDOMEntity.notationName;

Remarks

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

None.

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

String. For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.

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

HRESULT get_notationName(
  BSTR* name
);

Remarks

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

  • name
    [out, retval] For unparsed entities, the name of the notation for the entity (the name following NDATA). For parsed entities, contains the empty string.

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

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned when no notation is specified.
  • E_INVALIDARG
    Value returned if name is Null.

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

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

General Remarks

For unparsed entities, the notationName property contains the name of the notation for the entity (the name following NDATA). For parsed entities, it contains the empty string. Note that the name of the entity is available using the nodeName Property.

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

IXMLDOMEntity

See Also

Reference

XML DOM Properties

Concepts

nodeName Property