IVsaError.StartColumn Property

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

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
int StartColumn { get; }
property int StartColumn {
    int get ();
}
abstract StartColumn : int with get
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