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
Assemblies: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
‘선언
Public Enumeration TaskErrorCategory
‘사용 방법
Dim instance As 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.