linepos Property (Windows CE 5.0)
Contains the character position within the line where the error occurred.
[Script]
Script Syntax
lValue= oXMLDOMParseError.linepos;
Script Parameters
None.
Script Return Value
Long integer. Character position within the line where the error occurred.
[C/C++]
C/C++ Syntax
HRESULT get_linepos(long* linePosition);
C/C++ Parameters
- linePosition
[out, retval] Character position within the line 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