ErrorItem.ErrorLevel Property
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.
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