共用方式為


CompilerError.FileName 屬性

定義

取得或設定包含導致錯誤之程式碼的原始程式檔檔名。

public:
 property System::String ^ FileName { System::String ^ get(); void set(System::String ^ value); };
public string FileName { get; set; }
member this.FileName : string with get, set
Public Property FileName As String

屬性值

包含導致錯誤之程式碼的原始程式檔檔名。

適用於