MatcherExtensions.GetResultsInFullPath(Matcher, String) Metoda

Definicja

Wyszukuje określony katalog dla wszystkich plików pasujących do wzorców dodanych do tego wystąpienia programu 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)

Parametry

matcher
Matcher

Matcher.

directoryPath
String

Katalog główny wyszukiwania.

Zwraca

Bezwzględne ścieżki plików wszystkich plików pasowanych. Puste wyliczanie, jeśli żadne pliki nie pasują do podanych wzorców.

Dotyczy