次の方法で共有


SourceLocation.EndColumn プロパティ

定義

ソース コード ファイル内の列範囲の最後の列を取得します。

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

プロパティ値

列範囲の最後の列を表す整数。

適用対象