Compartilhar via


Método IVsSolutionEvents2.OnAfterMergeSolution (Object)

 

Notifica os clientes de escutando que todos os projetos foram mesclados na solução aberta.

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

Sintaxe

int OnAfterMergeSolution(
    object pUnkReserved
)
int OnAfterMergeSolution(
    Object^ pUnkReserved
)
abstract OnAfterMergeSolution : 
        pUnkReserved:Object -> int
Function OnAfterMergeSolution (
    pUnkReserved As Object
) As Integer

Parâmetros

  • pUnkReserved
    [in] Reservado para uso futuro.

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

COM assinatura

De vsshell.idl:

HRESULT IVsSolutionEvents2::OnAfterMergeSolution(
   [in] IUnknown *pUnkReserved
);

Consulte também

Interface IVsSolutionEvents2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo