次の方法で共有


CompilerError.Line プロパティ

定義

エラーの原因となった行の番号を取得または設定します。

public:
 property int Line { int get(); void set(int value); };
public int Line { get; set; }
member this.Line : int with get, set
Public Property Line As Integer

プロパティ値

コンパイラでエラーが発生したソース ファイルの行の番号。

適用対象