IVsaError.EndColumn プロパティ

定義

エラーの原因となったソース テキストの終了列番号 (使用可能な場合) を取得します。

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

プロパティ値

エラーの原因となったソース テキストの終了列番号 (使用可能な場合)。

適用対象