Microsoft XML 2.5 SDK


 

IXMLDOMParseError::get_url Method

[This is preliminary documentation and subject to change.]

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

Visual Basic Syntax

strValue = oXMLDOMParseError.url

C/C++ Syntax

HRESULT get_url(

    BSTR *urlString);

Parameters

urlString

[out]
URL of the XML file containing the error.

C/C++ Return Value

Returns S_OK if successful, or an error code otherwise.