url Property (IXMLDOMParseError) (Compact 2013)
3/26/2014
Contains the URL of the XML document containing the last error.
Syntax
strValue = oXMLDOMParseError.url;
HRESULT get_url(
BSTR* urlString
);
Parameter
Script
None.
C/C++
- urlString
[out, retval] URL of the XML file containing the error.
Return Value
Script
String. The property is read-only. URL of the XML file containing the error.
C/C++
- S_OK
Value returned if successful.
- S_FALSE
Value returned an error occurred. occurred.
Remarks
This property applies to the following interface:
Requirements
Header |
msxml2.h, |