共用方式為


SourceLocation.EndColumn 屬性

定義

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

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

屬性值

表示資料行範圍內最後一個資料行的整數。

適用於