Describes the severity of error messages.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
声明
Public Enumeration __VSERRORCATEGORY
用法
Dim instance As __VSERRORCATEGORY
public enum __VSERRORCATEGORY
public enum class __VSERRORCATEGORY
type __VSERRORCATEGORY
public enum __VSERRORCATEGORY
Members
| Member name | Description | |
|---|---|---|
| EC_ERROR | Error message. | |
| EC_WARNING | Warning message. | |
| EC_MESSAGE | Informational message. |