VsaCompilerError.EndColumn 属性

命名空间:  Microsoft.VisualBasic.Vsa
程序集:  Microsoft.VisualBasic.Vsa(在 Microsoft.VisualBasic.Vsa.dll 中)

语法

声明
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

属性值

类型:Int32

实现

IVsaError.EndColumn

.NET Framework 安全性

请参阅

参考

VsaCompilerError 类

Microsoft.VisualBasic.Vsa 命名空间