Task Properties
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | CanDelete | Gets or sets whether or not the task can be deleted. |
![]() | Category | Gets or sets the task's category. |
![]() | Checked | Gets or sets whether not the task's check box is currently selected or cleared. |
![]() | Column | Gets or sets the column number within the file associated with the task. |
![]() | Document | Gets or sets the file associated with the task. |
![]() | HelpKeyword | Gets or sets the Help keyword associated with the task. |
![]() | ImageIndex | Gets or sets the index of the image associated with the task. |
![]() | IsCheckedEditable | Gets or sets whether or not it is possible to edit the checked state of the task. |
![]() | IsPriorityEditable | Gets or sets whether or not it is possible to edit the priority of a task. |
![]() | IsTextEditable | Gets or sets whether or not it is possible to edit the description of a task. |
![]() | Line | Gets or sets the line number of the file associated with the task. |
![]() | Priority | Gets or sets the priority of a task. |
![]() | SubcategoryIndex | Gets or sets the index of the subcategory of the task. |
![]() | Text | Gets or sets the description of a task. |
