CommandLineSourceFile.Path 属性

定义

源文件的已解析绝对路径 (不包含通配符) 。

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

属性值

注解

虽然此路径是绝对路径,但可能无法规范化。 也就是说,它可能包含中间的“..”和“.”。

适用于