Método IVsTaskList2.RefreshAllProviders ()
Publicado: abril de 2016
Atualiza todas as tarefas de todos os provedores registrados.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int RefreshAllProviders()
int RefreshAllProviders()
abstract RefreshAllProviders : unit -> int
Function RefreshAllProviders As Integer
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
Esta é uma operação potencialmente demorada.
COM assinatura
De vsshell80.idl:
HRESULT SetActiveProvider(
[in] REFGUID rguidProvider
);
Consulte também
Interface IVsTaskList2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo