MatcherExtensions.GetResultsInFullPath(Matcher, String) Metodo

Definizione

Cerca nella directory specificata tutti i criteri di corrispondenza dei file aggiunti a questa istanza di 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)

Parametri

matcher
Matcher

Matcher.

directoryPath
String

Directory radice per la ricerca.

Valori restituiti

Percorsi di file assoluti di tutti i file corrispondenti. Enumerabile vuoto se nessun file corrisponde a modelli specificati.

Si applica a