Share via


notationName Property

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

Contains the notation name.

Script Syntax

            strValue = oXMLDOMEntity.notationName;

Remarks

Script Parameters

None.

Script 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.

C/C++ Syntax

HRESULT get_notationName(
  BSTR* name
);

Remarks

C/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.

C/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.

Requirements

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

Concepts

nodeName Property