SourceLocation.FileName 属性

定义

获取目标源代码文件的名称。

public:
 property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String

属性值

目标源代码文件名称的字符串实例。

适用于