IVsTaskList Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | AutoFilter(VSTASKCATEGORY) | Filters the task list so only the specified category is shown. |
![]() | AutoFilter2(Guid) | Filters the task list so only the specified view is shown. |
![]() | DumpOutput(UInt32, VSTASKCATEGORY, IStream^, Int32) | Do not use. |
![]() | EnumTaskItems(IVsEnumTaskItems^) | Enumerates all of the tasks on the task list. |
![]() | RefreshTasks(UInt32) | Informs the task list that a task provider has new or updated tasks. |
![]() | RegisterCustomCategory(Guid, UInt32, array<VSTASKCATEGORY>^) | Registers a custom category with the task list. |
![]() | RegisterTaskProvider(IVsTaskProvider^, UInt32) | Registers a task provider with the task list. |
![]() | SetSilentOutputMode(Int32) | Sets the UI output mode the task list should follow. |
![]() | UnregisterCustomCategory(VSTASKCATEGORY) | Unregisters the specified custom category from the task list. |
![]() | UnregisterTaskProvider(UInt32) | Unregisters the specified task provider from the task list. |
![]() | UpdateProviderInfo(UInt32) | Updates the image and subcategory lists associated with the specified task provider. |
Show:
