Share via


IVsaError.StartColumn Property

Gets the starting column number for the source text that caused the error, if available.

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

Syntax

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

Property Value

Type: System.Int32
Returns the starting column number for the source text that caused the error, if available.

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace