Include Protected Members
Include Inherited Members
Provides methods for modifying task behavior.
The IVsTaskItem type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | CanDelete | Determines whether a task item can be deleted. | 
| .gif) | Category | Returns the category of a task item. | 
| .gif) | Column | Returns the column number of a task within the specified file. | 
| .gif) | Document | Returns the name of the file associated with a task item. | 
| .gif) | get_Checked | Determines whether the task item's check box is currently selected or cleared. | 
| .gif) | get_Priority | Returns the priority level of a task item. | 
| .gif) | get_Text | Returns the description of the task item. | 
| .gif) | HasHelp | Obsolete. Return E_NOTIMPL. | 
| .gif) | ImageListIndex | Returns the index into the image list maintained by a provider. | 
| .gif) | IsReadOnly | Determines whether a specified task field is set to read-only status. | 
| .gif) | Line | Returns the line number of a task item within a specified document. | 
| .gif) | NavigateTo | Opens a file associated with a task item and moves to the appropriate position in the file. | 
| .gif) | NavigateToHelp | If there is a help topic for this task item, this method should open it. | 
| .gif) | OnDeleteTask | Notifies the task provider that a user has deleted a task. | 
| .gif) | OnFilterTask | Notifies the task provider that a task item has been filtered in or out of view. | 
| .gif) | put_Checked | Sets whether a task item's check box is selected or cleared. | 
| .gif) | put_Priority | Sets the priority level of a task item. | 
| .gif) | put_Text | Sets the description for a task item. | 
| .gif) | SubcategoryIndex | Returns the index to the subcategory list maintained by the provider. | 
Top