MatchType Enum
Definition
Specifies the type of wildcard matching to use.
public enum class MatchType
public enum MatchType
type MatchType =
Public Enum MatchType
- Inheritance
Fields
Simple | 0 | Matches using '*' and '?' wildcards. |
Win32 | 1 | Match using Win32 DOS style matching semantics. '*', '?', '<', '>', and '"' are all considered wildcards. |