notationName Property (Windows CE 5.0)

Send Feedback

Contains the notation name.

[Script]

Script Syntax

strValue= oXMLDOMEntity.notationName;

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++]

C/C++ Syntax

HRESULT get_notationName(BSTR* name);

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

OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.

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

nodeName Property

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.