IXMLDOMParseError::line Method
IXMLDOMParseError::get_line Method
Specifies the line number that contains the error.
Visual Basic Syntax
lValue = oXMLDOMParseError.line
C/C++ Syntax
HRESULT get_line(
long *lineNumber);
Parameters
- lineNumber [out]
- Line number where the error occurred.
C/C++ Return Values
- S_OK
- Value returned if successful.
- S_FALSE
- Value returned if no error occurred.
See Also
IXMLDOMParseError Interface