Task Methods
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUserContext(IVsUserContext^) | Creates a new user context. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | OnDeleted(EventArgs^) | Raised when the task has been deleted. |
![]() | OnHelp(EventArgs^) | Raised when the user requests Help; for example by right-clicking and selecting Show Error Help. |
![]() | OnNavigate(EventArgs^) | Raised when the user attempts to navigate to the task's location in the file, for example by double-clicking on the task. |
![]() | OnRemoved(EventArgs^) | Raised when a task has been removed from the task list. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsTaskItem::CanDelete(Int32) | Gets whether or not it is possible to delete the task. |
![]() ![]() | IVsTaskItem::Category(array<VSTASKCATEGORY>^) | Sets the task category. |
![]() ![]() | IVsTaskItem::Column(Int32) | Gets the column number of the file associated with the task. |
![]() ![]() | IVsTaskItem::Document(String^) | Gets the name of the file associated with the task. |
![]() ![]() | IVsTaskItem::get_Checked(Int32) | Determines whether the task item's check box is currently selected or cleared. |
![]() ![]() | IVsTaskItem::get_Priority(array<VSTASKPRIORITY>^) | Gets the priority of the task. |
![]() ![]() | IVsTaskItem::get_Text(String^) | Gets the description of the task. |
![]() ![]() | IVsTaskItem::HasHelp(Int32) | Determines whether or not the task has associated help. |
![]() ![]() | IVsTaskItem::ImageListIndex(Int32) | Gets the index of the image associated with the task. |
![]() ![]() | IVsTaskItem::IsReadOnly(VSTASKFIELD, Int32) | Determines whether or not the specified task field is read-only. |
![]() ![]() | IVsTaskItem::Line(Int32) | Gets the line number of the file associated with the task. |
![]() ![]() | IVsTaskItem::NavigateTo() | Opens a file associated with a task and moves to the appropriate position in the file. |
![]() ![]() | IVsTaskItem::NavigateToHelp() | Opens the Help resource associated with a task. |
![]() ![]() | IVsTaskItem::OnDeleteTask() | Raised when a task has been deleted. |
![]() ![]() | IVsTaskItem::OnFilterTask(Int32) | Raised when a task has been filtered into or out of a view. |
![]() ![]() | IVsTaskItem::put_Checked(Int32) | Sets whether a task item's check box is selected or cleared. |
![]() ![]() | IVsTaskItem::put_Priority(VSTASKPRIORITY) | Sets the priority level of a task item. |
![]() ![]() | IVsTaskItem::put_Text(String^) | Sets the description of the task. |
![]() ![]() | IVsTaskItem::SubcategoryIndex(Int32) | Gets the index of the task in the subcategory list. |



