systemId Property (IXMLDOMEntity) (Windows Embedded CE 6.0)

1/6/2010

Contains the system identifier associated with the entity.

Script Syntax

            strValue = oXMLDOMEntity.systemId;

Remarks

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

None.

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

String. If the system identifier is not specified, the property contains the empty string.

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

HRESULT get_systemId(
  VARIANT* systemID
);

Remarks

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

  • systemID
    [out, retval] System identifier associated with the entity, if specified. If the system identifier is not specified, contains the empty string.

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

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned when no system identifier is specified.
  • E_INVALIDARG
    Value returned if systemID is Null.

Ee502090.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:

IXMLDOMEntity

See Also

Reference

XML DOM Properties