midlErrorCheckOption 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.
Used by the EnableErrorChecks property.
public enum class midlErrorCheckOption
C++/CX
public enum class midlErrorCheckOption
enum midlErrorCheckOption
public enum midlErrorCheckOption
type midlErrorCheckOption =
Public Enum midlErrorCheckOption
- Inheritance
-
midlErrorCheckOption
Name | Value | Description |
---|---|---|
midlEnableCustom | 0 | Only selected error-checking options occur during compile |
midlDisableAll | 1 | Disable all error-checking |
midlEnableAll | 2 | Select all error-checking |
See MIDL Property Pages: Advanced for more information.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |