VsaCompilerError.EndColumn Property

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

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

Syntax

'Declaration
Public ReadOnly Property EndColumn As Integer
public int EndColumn { get; }
public:
virtual property int EndColumn {
    int get () sealed;
}
abstract EndColumn : int with get 
override EndColumn : int with get
final function get EndColumn () : int

Property Value

Type: System.Int32

Implements

IVsaError.EndColumn

.NET Framework Security

See Also

Reference

VsaCompilerError Class

Microsoft.VisualBasic.Vsa Namespace