MatchType Enum
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.
Specifies the type of wildcard matching to use.
public enum class MatchType
public enum MatchType
type MatchType =
Public Enum MatchType
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Simple | 0 | Matches using '*' and '?' wildcards.
|
Win32 | 1 | Match using Win32 DOS style matching semantics. '*', '?', '<', '>', and '"' are all considered wildcards. Matches in a traditional DOS |