CommandLineSourceFile.Path 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
源文件的已解析绝对路径 (不包含通配符) 。
public:
property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String
属性值
注解
虽然此路径是绝对路径,但可能无法规范化。 也就是说,它可能包含中间的“..”和“.”。