SequencePoint.EndColumn 屬性

定義

取得這個序列點中最後一個字元的資料行編號。

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

屬性值

Int32

這個序列點中最後一個字元的資料行編號。

適用於