IXMLDOMParseError::url Method
IXMLDOMParseError::get_url Method
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 Values
- S_OK
- Value returned if successful.
- S_FALSE
- Value returned if no error occurred.
See Also
IXMLDOMParseError Interface