BuildMessageSeverity Enum
Definition
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.
This enumeration provides three levels of importance for build messages.
This API supports the product infrastructure and is not intended to be used directly from your code.
public enum class BuildMessageSeverity
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")]
public enum BuildMessageSeverity
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")>]
type BuildMessageSeverity =
Public Enum BuildMessageSeverity
- Inheritance
-
BuildMessageSeverity
- Attributes
Fields
Name | Value | Description |
---|---|---|
Info | 0 | Indicates that the message corresponds to build information |
Warning | 1 | Indicates that the message corresponds to a build warning |
Error | 2 | Indicates that the message corresponds to a build error |