IVsTaskList3.RefreshAllProvidersAsync Method

Definition

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

IVsTask

The asynchronous task that you can use to schedule work that will be executed once the refresh operation is finished.

Applies to