Task Members
Include Protected Members
Include Inherited Members
An implementation of IVsTaskItem, used to modify the appearance and functionality of a task in the task list.
The Task type exposes the following members.
Constructors
Name
Description
Overloaded. Initializes a new instance of Task.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a new user context.
Creates a shallow copy of the current Object. (Inherited from Object.)
Raised when the task has been deleted.
Raised when the user requests Help; for example by right-clicking and selecting Show Error Help.
Raised when the user attempts to navigate to the task's location in the file, for example by double-clicking on the task.
Raised when a task has been removed from the task list.
Returns a string that represents the current object. (Inherited from Object.)
Top
Fields
Name
Description
Represents the keyword for the user context. This field is constant.
Top
Properties
Name
Description
Gets or sets whether or not the task can be deleted.
Gets or sets the task's category.
Gets or sets whether not the task's check box is currently selected or cleared.
Gets or sets the column number within the file associated with the task.
Gets or sets the file associated with the task.
Gets or sets the Help keyword associated with the task.
Gets or sets the index of the image associated with the task.
Gets or sets whether or not it is possible to edit the checked state of the task.
Gets or sets whether or not it is possible to edit the priority of a task.
Gets or sets whether or not it is possible to edit the description of a task.
Gets or sets the line number of the file associated with the task.
Gets or sets the priority of a task.
Gets or sets the index of the subcategory of the task.
Gets or sets the description of a task.
Top
Events
Name
Description
Handles OnDeleted events.
Handles OnHelp events.
Handles OnNavigate events.
Handles OnRemoved events.
Top
Explicit Interface Implementations
Name
Description
Gets whether or not it is possible to delete the task.
Sets the task category.
Gets the column number of the file associated with the task.
Gets the name of the file associated with the task.
Determines whether the task item's check box is currently selected or cleared.
Gets the priority of the task.
Gets the description of the task.
Determines whether or not the task has associated help.
Gets the index of the image associated with the task.
Determines whether or not the specified task field is read-only.
Gets the line number of the file associated with the task.
Opens a file associated with a task and moves to the appropriate position in the file.
Opens the Help resource associated with a task.
Raised when a task has been deleted.
Raised when a task has been filtered into or out of a view.
Sets whether a task item's check box is selected or cleared.
Sets the priority level of a task item.
Sets the description of the task.
Gets the index of the task in the subcategory list.
Top