midlErrorCheckOption Enumeration

 

Used by the EnableErrorChecks property.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

public enum midlErrorCheckOption

Member nameDescription
midlDisableAll

Disable all error-checking

midlEnableAll

Select all error-checking

midlEnableCustom

Only selected error-checking options occur during compile

See MIDL Property Pages: Advanced for more information.

Return to top
Show: