publicId Property (IXMLDOMNotation) (Windows Embedded CE 6.0)

1/6/2010

Contains the public identifier for the notation.

Script Syntax

            strValue = oXMLDOMNotation.publicId;

Remarks

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

None.

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

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

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

HRESULT get_publicId(
  VARIANT* publicID
);

Remarks

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

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

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

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

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

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

General Remarks

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

IXMLDOMNotation

See Also

Reference

XML DOM Properties