IJSVsaError.EndColumn Property

Definition

Overloads

EndColumn

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

EndColumn

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

public:
 property int EndColumn { int get(); };
public int EndColumn { get; }
member this.EndColumn : int
Public ReadOnly Property EndColumn As Integer

Property Value

The ending column number for the source text that caused the error, if available.

Applies to