Share via


MatcherExtensions.GetResultsInFullPath(Matcher, String) Metoda

Definice

Vyhledá v zadaném adresáři všechny vzory odpovídající souborům přidané do této instance nástroje 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

Kořenový adresář pro vyhledávání.

Návraty

Absolutní cesty k souborům všech odpovídajících souborů Prázdný výčet, pokud žádné soubory neodpovídají zadaným vzorům.

Platí pro