IVsaError.Line Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the line number on which an error occurs.

Namespace:  Microsoft.Vsa
Assembly:  Microsoft.Vsa (in Microsoft.Vsa.dll)

Syntax

'Declaration
ReadOnly Property Line As Integer
int Line { get; }
property int Line {
    int get ();
}
abstract Line : int with get
function get Line () : int

Property Value

Type: System.Int32
Returns the line number on which the error has occurred.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace