FilePatternMatch.Path 属性

定义

获取匹配文件的路径(相对于匹配搜索模式的开头)。

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

属性值

注解

如果匹配程序搜索了“src/Project/**/*.cs”,并且模式匹配程序找到了“src/Project/Interfaces/IFile.cs”,则 Stem = “Interfaces/IFile.cs” 和 Path = “src/Project/Interfaces/IFile.cs”。

适用于