IVsTaskList3::RefreshTasksAsync Method (UInt32)
Visual Studio 2015
Refreshes all cached information asynchronously for the given task.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Parameters
- providerCookie
-
Type:
System::UInt32
[in] The task provider ID given by the RegisterTaskProvider method.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^The asynchronous task that you can use to schedule work that will be executed once the refresh operation is finished.
Show: