IVsTaskList3 Interface

 

Provides for asynchronous task updates for specific providers (or all providers) in task and error lists.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6028FB96-E279-4707-8945-7A503AEC636E")]
public interface IVsTaskList3

NameDescription
System_CAPS_pubmethodRefreshAllProvidersAsync()

Refreshes all tasks asynchronously from all registered providers.

System_CAPS_pubmethodRefreshOrAddTasksAsync(UInt32, Int32, IVsTaskItem[])

Refreshes all cached information asynchronously for the given tasks.

System_CAPS_pubmethodRefreshTasksAsync(UInt32)

Refreshes all cached information asynchronously for the given task.

System_CAPS_pubmethodRemoveTasksAsync(UInt32, Int32, IVsTaskItem[])

Removes tasks asynchronously from the task list.

Return to top
Show: