vsBuildErrorLevel Enum

Definition

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

vsBuildErrorLevelHigh 4

Error level is High

vsBuildErrorLevelLow 1

Error level is Low.

vsBuildErrorLevelMedium 2

Error level is Medium.

Applies to