Método IVsSolutionEvents.OnAfterCloseSolution (Object)
Publicado: abril de 2016
Notifica os clientes de escutando que uma solução foi fechada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnAfterCloseSolution(
object pUnkReserved
)
int OnAfterCloseSolution(
Object^ pUnkReserved
)
abstract OnAfterCloseSolution :
pUnkReserved:Object -> int
Function OnAfterCloseSolution (
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 IVsSolutionEvents::OnAfterCloseSolution(
[in] IUnknown *pUnkReserved
);
Consulte também
Interface IVsSolutionEvents
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo