IVsTaskList3 Interface
Visual Studio 2015
Provides for asynchronous task updates for specific providers (or all providers) in task and error lists.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | RefreshAllProvidersAsync() | Refreshes all tasks asynchronously from all registered providers. |
![]() | RefreshOrAddTasksAsync(UInt32, Int32, IVsTaskItem[]) | Refreshes all cached information asynchronously for the given tasks. |
![]() | RefreshTasksAsync(UInt32) | Refreshes all cached information asynchronously for the given task. |
![]() | RemoveTasksAsync(UInt32, Int32, IVsTaskItem[]) | Removes tasks asynchronously from the task list. |
Show:
