TaskErrorCategory Enumeration
Visual Studio 2015
Represents a collection of values that identify types or severity of error messages that can appear in the Error List Options task window.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| Error | Represents an error. | |
| Message | Represents an informational note. | |
| Warning | Represents a warning. |
These values are primarily used by the managed package framework (MPF) language service class, Source; specifically, the CreateErrorTaskItem method.
Show: