CompilerError.Column 屬性

定義

取得或設定發生錯誤的來源的欄號。

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

屬性值

編譯器在原始程式檔 (Source File) 發生錯誤的欄位號碼。

備註

對於未傳回數據行信息的編譯程式,屬性 Column 可以設定為零。

適用於