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

屬性值

編譯器在原始程式檔中發生錯誤的行號。

適用於