TaskErrorCategory Enumeration

Represents a collection of values that identify types or severity of error messages that can appear in the Error List Options task window.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Enumeration TaskErrorCategory
public enum TaskErrorCategory
public enum class TaskErrorCategory
type TaskErrorCategory
public enum TaskErrorCategory

Members

Member name Description
Error Represents an error.
Message Represents an informational note.
Warning Represents a warning.

Remarks

These values are primarily used by the managed package framework (MPF) language service class, Source; specifically, the CreateErrorTaskItem method.

See Also

Reference

Microsoft.VisualStudio.Shell Namespace