publicId Property (IXMLDOMNotation) (Windows CE 5.0)

Send Feedback

Contains the public identifier for the notation.

[Script]

Script Syntax

strValue= oXMLDOMNotation.publicId;

Script Parameters

None.

Script Return Value

Variant. Public identifier for the notation. If the public identifier is not specified, this contains an empty string.

[C/C++]

C/C++ Syntax

HRESULT get_publicId(VARIANT* publicID);

C/C++ Parameters

  • publicID
    [out, retval] Public identifier for the notation. If the public identifier is not specified, this contains an empty string.

C/C++ Return Values

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

Requirements

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

General Remarks

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

IXMLDOMNotation

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.