NAME_MATCH Enum
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.
C++
public enum class NAME_MATCH
public enum NAME_MATCH
type NAME_MATCH =
Public Enum NAME_MATCH
- Inheritance
-
NAME_MATCH
Name | Value | Description |
---|---|---|
nmNone | 0 | |
nmCaseSensitive | 1 | |
nmCaseInsensitive | 2 |
Product | Versions |
---|---|
Visual Studio SDK | 2019, 2022 |