Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Include Protected Members
Include Inherited Members
Provides methods for modifying task behavior.
The IVsTaskItem2 type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
BrowseObject | OBSOLETE. Return E_NOTIMPL. |
![]() |
CanDelete | Determines whether a task item can be deleted. (Inherited from IVsTaskItem.) |
![]() |
CanDelete(Int32%) | Determines whether a task item can be deleted. |
![]() |
Category | Returns the category of a task item. (Inherited from IVsTaskItem.) |
![]() |
Category(array<VSTASKCATEGORY[]) | Returns the category of a task item. |
![]() |
Column | Returns the column number of a task within the specified file. (Inherited from IVsTaskItem.) |
![]() |
Column(Int32%) | Returns the column number of a task within the specified file. |
![]() |
Document | Returns the name of the file associated with a task item. (Inherited from IVsTaskItem.) |
![]() |
Document(String%) | Returns the name of the file associated with a task item. |
![]() |
get_Checked | Determines whether the task item's check box is currently selected or cleared. (Inherited from IVsTaskItem.) |
![]() |
get_Checked(Int32%) | Determines whether the task item's check box is currently selected or cleared. |
![]() |
get_CustomColumnText | Returns the text of a customized field for the specified task list view. |
![]() |
get_Priority | Returns the priority level of a task item. (Inherited from IVsTaskItem.) |
![]() |
get_Priority(array<VSTASKPRIORITY[]) | Returns the priority level of a task item. |
![]() |
get_Text | Returns the description of the task item. (Inherited from IVsTaskItem.) |
![]() |
get_Text(String%) | Returns the description of the task item. |
![]() |
HasHelp | Obsolete. Return E_NOTIMPL. (Inherited from IVsTaskItem.) |
![]() |
HasHelp(Int32%) | Obsolete. Return E_NOTIMPL. |
![]() |
ImageListIndex | Returns the index into the image list maintained by a provider. (Inherited from IVsTaskItem.) |
![]() |
ImageListIndex(Int32%) | Returns the index into the image list maintained by a provider. |
![]() |
IsCustomColumnReadOnly | Determines if a customized task field is set to read-only status. |
![]() |
IsReadOnly | Determines whether a specified task field is set to read-only status. (Inherited from IVsTaskItem.) |
![]() |
IsReadOnly(VSTASKFIELD, Int32%) | Determines whether a specified task field is set to read-only status. |
![]() |
Line | Returns the line number of a task item within a specified document. (Inherited from IVsTaskItem.) |
![]() |
Line(Int32%) | Returns the line number of a task item within a specified document. |
![]() |
NavigateTo | Opens a file associated with a task item and moves to the appropriate position in the file. (Inherited from IVsTaskItem.) |
![]() |
NavigateTo() | Opens a file associated with a task item and moves to the appropriate position in the file. |
![]() |
NavigateToHelp | If there is a help topic for this task item, this method should open it. (Inherited from IVsTaskItem.) |
![]() |
NavigateToHelp() | Opens the associated help topic. |
![]() |
OnDeleteTask | Notifies the task provider that a user has deleted a task. (Inherited from IVsTaskItem.) |
![]() |
OnDeleteTask() | Notifies the task provider that a user has deleted a task. |
![]() |
OnFilterTask | Notifies the task provider that a task item has been filtered in or out of view. (Inherited from IVsTaskItem.) |
![]() |
OnFilterTask(Int32) | Notifies the task provider that a task item has been filtered in or out of view. |
![]() |
put_Checked | Sets whether a task item's check box is selected or cleared. (Inherited from IVsTaskItem.) |
![]() |
put_Checked(Int32) | Sets whether a task item's check box is selected or cleared. |
![]() |
put_CustomColumnText | Sets the text of a customized field for the specified task list view. |
![]() |
put_Priority | Sets the priority level of a task item. (Inherited from IVsTaskItem.) |
![]() |
put_Priority(VSTASKPRIORITY) | Sets the priority level of a task item. |
![]() |
put_Text | Sets the description for a task item. (Inherited from IVsTaskItem.) |
![]() |
put_Text(String) | Sets the description for a task item. |
![]() |
SubcategoryIndex | Returns the index to the subcategory list maintained by the provider. (Inherited from IVsTaskItem.) |
![]() |
SubcategoryIndex(Int32%) | Returns the index into the subcategory list maintained by a task provider. |
Top
.gif)