Compartilhar via


Método IVsSolutionLoadEvents.OnAfterLoadProjectBatch (Boolean)

 

Publicado: abril de 2016

Acionado quando o carregamento de um lote de projetos dependentes for concluído.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int OnAfterLoadProjectBatch(
    bool fIsBackgroundIdleBatch
)
int OnAfterLoadProjectBatch(
    bool fIsBackgroundIdleBatch
)
abstract OnAfterLoadProjectBatch : 
        fIsBackgroundIdleBatch:bool -> int
Function OnAfterLoadProjectBatch (
    fIsBackgroundIdleBatch As Boolean
) As Integer

Parâmetros

  • fIsBackgroundIdleBatch
    trueSe o lote será carregado em segundo plano, caso contrário, false.

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.

Consulte também

Interface IVsSolutionLoadEvents
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo