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