Compartilhar via


Método IVsSolutionEvents3.OnBeforeCloseSolution (Object)

 

Notifica os clientes de escutando que a solução está prestes a ser fechado.

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

Sintaxe

int OnBeforeCloseSolution(
    object pUnkReserved
)
int OnBeforeCloseSolution(
    Object^ pUnkReserved
)
abstract OnBeforeCloseSolution : 
        pUnkReserved:Object -> int
Function OnBeforeCloseSolution (
    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.

Implementações

IVsSolutionEvents2.OnBeforeCloseSolution(Object)

Comentários

COM assinatura

De vsshell.idl:

HRESULT IVsSolutionEvents3::OnBeforeCloseSolution(
   [in] IUnknown *pUnkReserved
);

Consulte também

Interface IVsSolutionEvents3
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo