共用方式為


IVsaError.StartColumn 屬性

取得造成錯誤之原始程式文字的起始欄號 (如果有的話)。

命名空間:  Microsoft.Vsa
組件:  Microsoft.Vsa (在 Microsoft.Vsa.dll 中)

語法

'宣告
ReadOnly Property StartColumn As Integer
int StartColumn { get; }
property int StartColumn {
    int get ();
}
abstract StartColumn : int with get
function get StartColumn () : int

屬性值

類型:Int32
傳回造成錯誤之原始程式文字的起始欄號 (如果有的話)。

請參閱

參考

IVsaError 介面

Microsoft.Vsa 命名空間