共用方式為


SourceLocation.StartColumn 屬性

定義

取得原始程式碼檔中一個或多個資料行範圍內的第一個資料行。

public:
 property int StartColumn { int get(); };
public int StartColumn { get; }
member this.StartColumn : int
Public ReadOnly Property StartColumn As Integer

屬性值

表示資料行範圍內資料行的整數。

適用於