SourceLocation.FilePath 属性

定义

文件的路径。

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

属性值

注解

当 为 时 null,分析程序假定位置位于当前正在处理的文件中。

适用于