Share via


url Property (IXMLDOMParseError) (Windows Embedded CE 6.0)

1/6/2010

Contains the URL of the XML document containing the last error.

Script Syntax

            strValue = oXMLDOMParseError.url;

Remarks

Ee502414.collapse(en-US,WinEmbedded.60).gifScript Parameter

None.

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

String. The property is read-only. URL of the XML file containing the error.

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

HRESULT get_url(
  BSTR* urlString
);

Remarks

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

  • urlString
    [out, retval] URL of the XML file containing the error.

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

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned if no error occurred.

Ee502414.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 applies to the following interface:

IXMLDOMParseError.

See Also

Reference

XML DOM Properties