次の方法で共有


MatcherExtensions.GetResultsInFullPath(Matcher, String) メソッド

定義

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)

パラメーター

matcher
Matcher

マッチャー。

directoryPath
String

検索対象のルート ディレクトリ。

戻り値

一致したすべてのファイルの絶対ファイル パス。 指定されたパターンに一致するファイルがない場合は、空の列挙型。

適用対象