IVsTaskProvider2 Members
Include Protected Members
Include Inherited Members
Supplies tasks to the task list.
The IVsTaskProvider2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
EnumTaskItems | Standard enumerator over tasks supplied by this provider. (Inherited from IVsTaskProvider.) |
![]() |
ImageList | Returns the image list for the tasks of this task provider. (Inherited from IVsTaskProvider.) |
![]() |
MaintainInitialTaskOrder | Determines whether or not the task list should maintain the task order given to it by the task provider. |
![]() |
OnTaskListFinalRelease | Notifies the client to unregister the task provider from the task list if it has not been unregistered by the time the task list is closing. (Inherited from IVsTaskProvider.) |
![]() |
ReRegistrationKey | Do not use. (Inherited from IVsTaskProvider.) |
![]() |
SubcategoryList | Returns the list of subcategories for the tasks of this task provider. (Inherited from IVsTaskProvider.) |
Top