Share via


IVsaFullErrorInfo.EndLine プロパティ

定義

クラスで実装される場合、エラーが発生したコードの最終行を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

エラーが発生したコードの最終行。

適用対象

こちらもご覧ください