IVsaError.EndColumn Property

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

Gets the ending 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 EndColumn As Integer
int EndColumn { get; }
property int EndColumn {
    int get ();
}
abstract EndColumn : int with get
function get EndColumn () : int

Property Value

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

See Also

Reference

IVsaError Interface

Microsoft.Vsa Namespace