url Property (IXMLDOMParseError)

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Script Syntax

            strValue = oXMLDOMParseError.url;

Remarks

Script Parameter

None.

Script Return Value

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

C/C++ Syntax

HRESULT get_url(
  BSTR* urlString
);

Remarks

C/C++ Parameters

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

C/C++ Return Values

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

Requirements

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.