midlWarningLevelOption Enumeration

Used by the WarnLevel property.

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

Syntax

'Declaration
Public Enumeration midlWarningLevelOption
'Usage
Dim instance As midlWarningLevelOption
public enum midlWarningLevelOption
public enum class midlWarningLevelOption
public enum midlWarningLevelOption

Members

Member name Description
midlWarningLevel_0 Level 0
midlWarningLevel_1 Level 1
midlWarningLevel_2 Level 2
midlWarningLevel_3 Level 3
midlWarningLevel_4 Level 4

Remarks

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.

See Also

Reference

Microsoft.VisualStudio.VCProjectEngine Namespace