MatcherExtensions.GetResultsInFullPath(Matcher, String) Método
Definição
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)
Parâmetros
- matcher
- Matcher
O correspondente.The matcher.
- directoryPath
- String
O diretório raiz da pesquisa.The root directory for the search.
Retornos
Caminhos de arquivo absolutos de todos os arquivos com correspondência.Absolute file paths of all files matched. Enumerável vazio se nenhum arquivo corresponder aos padrões determinados.Empty enumerable if no files matched given patterns.