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

屬性值

包含造成錯誤程式碼的來源檔案檔名。

適用於