TaskCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a set of task categories that specify the kind of task that is to be performed.
public enum class TaskCategory
public enum class TaskCategory
enum TaskCategory
public enum TaskCategory
type TaskCategory =
Public Enum TaskCategory
- Inheritance
-
TaskCategory
Fields
Name | Value | Description |
---|---|---|
All | 1 | 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 | 10 | Build errors and warnings, and possibly deployment errors. |
Comments | 20 | Tasks generated by special comments, such as "TODO," "UNDONE," or "TBD." Also used for informational messages. |
CodeSense | 30 | Errors generated as the user types source code. |
ShortCuts | 40 | 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 | 50 | User-defined tasks. |
Misc | 60 | Miscellaneous tasks. |
Html | 70 | Tasks which pertain to Web page development. . |