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

属性值

包含导致错误的代码的源文件的文件名。

适用于