Partager via


MatcherExtensions.GetResultsInFullPath(Matcher, String) Méthode

Définition

Explore le répertoire spécifié à la recherche de tous les fichiers correspondant aux modèles ajoutés à cette instance de 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)

Paramètres

matcher
Matcher

Détecteur.

directoryPath
String

Répertoire racine de la recherche.

Retours

Chemins de fichier absolus de tous les fichiers correspondants. Énumérable vide si aucun fichier ne correspond aux modèles donnés.

S’applique à