MatcherExtensions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class MatcherExtensions abstract sealed
public static class MatcherExtensions
type MatcherExtensions = class
Public Module MatcherExtensions
- 繼承
-
MatcherExtensions
方法
AddExcludePatterns(Matcher, IEnumerable<String>[]) |
將多個排除模式新增至 Matcher。 |
AddIncludePatterns(Matcher, IEnumerable<String>[]) |
新增多個要包含在 Matcher 中模式。 |
GetResultsInFullPath(Matcher, String) |
為新增至此 Matcher 執行個體之所有符合模式的檔案,搜尋指定的目錄。 |
Match(Matcher, IEnumerable<String>) |
將傳入的檔案與比對器中模式比對,而無需進入磁碟。 |
Match(Matcher, String) |
將傳入的檔案與比對器中模式比對,而無需進入磁碟。 |
Match(Matcher, String, IEnumerable<String>) |
將傳入的檔案與比對器中模式比對,而無需進入磁碟。 |
Match(Matcher, String, String) |
將傳入的檔案與比對器中模式比對,而無需進入磁碟。 |