다음을 통해 공유


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

검색에 대한 루트 디렉터리입니다.

반환

일치하는 모든 파일의 절대 파일 경로입니다. 지정된 패턴과 일치하는 파일이 없으면 빈 열거형입니다.

적용 대상