IVsaError.Line Property
Gets the line number on which an error occurs.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaración
ReadOnly Property Line As Integer
Get
int Line { get; }
property int Line {
int get ();
}
abstract Line : int
function get Line () : int
Property Value
Type: System.Int32
Returns the line number on which the error has occurred.