Condividi tramite


MatcherExtensions.GetResultsInFullPath(Matcher, String) Metodo

Definizione

Cerca nella directory specificata tutti i file corrispondenti ai criteri 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.

Restituisce

Percorsi di file assoluti di tutti i file corrispondenti. Enumerabile vuoto se nessun file corrisponde ai criteri specificati.

Si applica a