line Property (Windows CE 5.0)
Specifies the line number that contains the error.
[Script]
Script Syntax
lValue= oXMLDOMParseError.line;
Script Parameters
None.
Script Return Value
Long integer. Line number where the error occurred.
[C/C++]
C/C++ Syntax
HRESULT get_line(long* lineNumber);
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following interface:
Send Feedback on this topic to the authors