Share via


IVsaError.EndColumn 属性

获取引发错误的源文本的结束列号(如果可用)。

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

语法

声明
ReadOnly Property EndColumn As Integer
int EndColumn { get; }
property int EndColumn {
    int get ();
}
abstract EndColumn : int with get
function get EndColumn () : int

属性值

类型:Int32
返回引发错误的源文本的结束列号(如果可用)。

请参阅

参考

IVsaError 接口

Microsoft.Vsa 命名空间