共用方式為


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 命名空間