Aracılığıyla paylaş


MatcherExtensions.GetResultsInFullPath(Matcher, String) Yöntem

Tanım

Belirtilen dizinde bu örneğine eklenen tüm dosya eşleştirme desenlerini Matcherarar.

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)

Parametreler

matcher
Matcher

Eşleştirici.

directoryPath
String

Aramanın kök dizini.

Döndürülenler

Eşleşen tüm dosyaların mutlak dosya yolları. Belirtilen desenler ile eşleşen dosya yoksa boş numaralandırılabilir.

Şunlara uygulanır