SourceLocation.FileName 属性
定义
获取目标源代码文件的名称。Gets the name of the target source code file.
public:
property System::String ^ FileName { System::String ^ get(); };
public string FileName { get; }
member this.FileName : string
Public ReadOnly Property FileName As String
属性值
目标源代码文件名称的字符串实例。A string instance of the name of the target source code file.