ErrorItem.ErrorLevel Property

Definition

Gets an enumeration indicating the severity of the build error.

public:
 property EnvDTE80::vsBuildErrorLevel ErrorLevel { EnvDTE80::vsBuildErrorLevel get(); };
public:
 property EnvDTE80::vsBuildErrorLevel ErrorLevel { EnvDTE80::vsBuildErrorLevel get(); };
[System.Runtime.InteropServices.DispId(3)]
public EnvDTE80.vsBuildErrorLevel ErrorLevel { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.ErrorLevel : EnvDTE80.vsBuildErrorLevel
Public ReadOnly Property ErrorLevel As vsBuildErrorLevel

Property Value

A vsBuildErrorLevel enumeration value.

Attributes

Applies to