line Property
A version of this page is also available for
4/8/2010
Specifies the line number that contains the error.
Script Syntax
lValue = oXMLDOMParseError.line;
Remarks
Script Parameters
None.
Script Return Value
Long integer. Line number where the error occurred.
C/C++ Syntax
HRESULT get_line(
long* lineNumber
);
Remarks
C/C++ Parameters
- lineNumber
[out, retval] Line number where the error occurred.
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 is read-only, and applies to the following interface: