IVsTaskList3.RefreshAllProvidersAsync Method
Refreshes all tasks asynchronously from all registered providers.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Function RefreshAllProvidersAsync As IVsTask
IVsTask RefreshAllProvidersAsync()
IVsTask^ RefreshAllProvidersAsync()
abstract RefreshAllProvidersAsync : unit -> IVsTask
function RefreshAllProvidersAsync() : IVsTask
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.