IVsaError.Line プロパティ

定義

エラーが発生した行番号を取得します。

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

プロパティ値

エラーが発生した行番号。

適用対象