共用方式為


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

屬性值

編譯器遇到錯誤的原始檔案欄位編號。

備註

對於不回傳欄位資訊的編譯器,該 Column 屬性可設定為零。

適用於