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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum TaskErrorCategory

Member nameDescription
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.

Return to top
Show: