vsBuildErrorLevel 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.
Defines the error level of an item listed in the Error List tool window.
public enum class vsBuildErrorLevel
public enum class vsBuildErrorLevel
enum vsBuildErrorLevel
[System.Runtime.InteropServices.Guid("E71FE63B-B6D9-47A0-9577-963C84AECCE0")]
public enum vsBuildErrorLevel
[<System.Runtime.InteropServices.Guid("E71FE63B-B6D9-47A0-9577-963C84AECCE0")>]
type vsBuildErrorLevel =
Public Enum vsBuildErrorLevel
- Inheritance
-
vsBuildErrorLevel
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsBuildErrorLevelLow | 1 | Error level is Low. |
vsBuildErrorLevelMedium | 2 | Error level is Medium. |
vsBuildErrorLevelHigh | 4 | Error level is High |