MatcherExtensions.GetResultsInFullPath(Matcher, String) 方法

定义

搜索为添加到此 Matcher 实例中的所有文件匹配模式指定的目录。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IEnumerable<System::String ^> ^ GetResultsInFullPath(Microsoft::Extensions::FileSystemGlobbing::Matcher ^ matcher, System::String ^ directoryPath);
public static System.Collections.Generic.IEnumerable<string> GetResultsInFullPath (this Microsoft.Extensions.FileSystemGlobbing.Matcher matcher, string directoryPath);
static member GetResultsInFullPath : Microsoft.Extensions.FileSystemGlobbing.Matcher * string -> seq<string>
<Extension()>
Public Function GetResultsInFullPath (matcher As Matcher, directoryPath As String) As IEnumerable(Of String)

参数

matcher
Matcher

匹配程序。

directoryPath
String

搜索的根目录。

返回

匹配的所有文件的绝对文件路径。 如果没有与给定模式匹配的文件,则可为空枚举。

适用于