Expand Minimize
This topic has not yet been rated - Rate this topic

midlWarningLevelOption Enumeration 

Used by the WarnLevel property.

Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)

'Declaration
Public Enumeration midlWarningLevelOption
'Usage
Dim instance As midlWarningLevelOption

public enum midlWarningLevelOption
public enum midlWarningLevelOption
 Member nameDescription
midlWarningLevel_0Level 0 
midlWarningLevel_1Level 1 
midlWarningLevel_2Level 2 
midlWarningLevel_3Level 3 
midlWarningLevel_4Level 4 

See MIDL Property Pages: General for more information. Level 0 represents no notification of warnings while Level 4 represents notifications for all warnings. There is a gradient between those extremes.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.