Share via


url Property (IXMLDOMParseError) (Windows CE 5.0)

Send Feedback

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

[Script]

Script Syntax

strValue= oXMLDOMParseError.url;

Script Parameter

None.

Script Return Value

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

[C/C++]

C/C++ Syntax

HRESULT get_url(BSTR* urlString);

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

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

General Remarks

This property applies to the following interface:

IXMLDOMParseError.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.