Método IVsSolutionEvents3.OnQueryCloseSolution (Object, Int32)
Consultas de ouvir os clientes se a solução pode ser fechada.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int OnQueryCloseSolution(
object pUnkReserved,
ref int pfCancel
)
int OnQueryCloseSolution(
Object^ pUnkReserved,
int% pfCancel
)
abstract OnQueryCloseSolution :
pUnkReserved:Object *
pfCancel:int byref -> int
Function OnQueryCloseSolution (
pUnkReserved As Object,
ByRef pfCancel As Integer
) As Integer
Parâmetros
- pUnkReserved
[in] Reservado para uso futuro.
- pfCancel
[out] true se o cliente vetou a solução de fechamento.falseSe o cliente aprovado fechando a solução.
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.OnQueryCloseSolution(Object, Int32)
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsSolutionEvents3::OnQueryCloseSolution(
[in] IUnknown *pUnkReserved,
[in,out] BOOL *pfCancel
);
Consulte também
Interface IVsSolutionEvents3
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo