IVsTaskList3.RefreshAllProvidersAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes all tasks asynchronously from all registered providers.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RefreshAllProvidersAsync();
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ RefreshAllProvidersAsync();
Microsoft::VisualStudio::Shell::Interop::IVsTask RefreshAllProvidersAsync();
public Microsoft.VisualStudio.Shell.Interop.IVsTask RefreshAllProvidersAsync ();
abstract member RefreshAllProvidersAsync : unit -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function RefreshAllProvidersAsync () As IVsTask
Returns
The asynchronous task that you can use to schedule work that will be executed once the refresh operation is finished.