Contains the character position within the line where the error occurred.
Visual Basic Syntax
lValue = oXMLDOMParseError.linepos
C/C++ Syntax
HRESULT get_linepos(
long *linePosition);
Parameters
linePosition
[out]
Character position within the line where the error occurred.
C/C++ Return Value
Returns S_OK if successful, or an error code otherwise.