IVsTaskList Members
Include Protected Members
Include Inherited Members
Manages lists of task items supplied by task providers.
The IVsTaskList type exposes the following members.
Methods
Name | Description | |
---|---|---|
AutoFilter | Filters the task list so only the specified category is shown. | |
AutoFilter2 | Filters the task list so only the specified view is shown. | |
DumpOutput | Do not use. | |
EnumTaskItems | Enumerates all of the tasks on the task list. | |
RefreshTasks | Informs the task list that a task provider has new or updated tasks. | |
RegisterCustomCategory | Registers a custom category with the task list. | |
RegisterTaskProvider | Registers a task provider with the task list. | |
SetSilentOutputMode | Sets the UI output mode the task list should follow. | |
UnregisterCustomCategory | Unregisters the specified custom category from the task list. | |
UnregisterTaskProvider | Unregisters the specified task provider from the task list. | |
UpdateProviderInfo | Updates the image and subcategory lists associated with the specified task provider. |
Top