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.10.0 (in Microsoft.VisualStudio.Shell.10.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.
Warning Represents a warning.
Message Represents an informational note.

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