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

屬性值

編譯器遇到錯誤的來源檔案行號。

適用於