Matcher.Execute(DirectoryInfoBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches the directory specified for all files matching patterns added to this instance of Matcher.
public:
virtual Microsoft::Extensions::FileSystemGlobbing::PatternMatchingResult ^ Execute(Microsoft::Extensions::FileSystemGlobbing::Abstractions::DirectoryInfoBase ^ directoryInfo);
public virtual Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult Execute (Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase directoryInfo);
abstract member Execute : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult
override this.Execute : Microsoft.Extensions.FileSystemGlobbing.Abstractions.DirectoryInfoBase -> Microsoft.Extensions.FileSystemGlobbing.PatternMatchingResult
Public Overridable Function Execute (directoryInfo As DirectoryInfoBase) As PatternMatchingResult
Parameters
- directoryInfo
- DirectoryInfoBase
The root directory for the search.
Returns
Always returns an instance of PatternMatchingResult, even if no files were matched.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.