TaskCategory Enumeration
Provides a set of task categories that specify the kind of task that is to be performed.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Enumeration TaskCategory
用法
Dim instance As TaskCategory
public enum TaskCategory
public enum class TaskCategory
type TaskCategory
public enum TaskCategory
Members
Member name | Description | |
---|---|---|
All | All tasks. Not a real category. It is used to allow a task list view to show all of the tasks in the task list. | |
BuildCompile | Build errors and warnings, and possibly deployment errors. | |
Comments | Tasks generated by special comments, such as "TODO," "UNDONE," or "TBD." Also used for informational messages. | |
CodeSense | Errors generated as the user types source code. | |
ShortCuts | Short cuts to code. Shortcuts are generated by the user right-clicking the editor window, and choosing Add Task List Shortcut from the pop-up menu. | |
User | User-defined tasks. | |
Misc | Miscellaneous tasks. | |
Html | Tasks which pertain to Web page development. . |