SolutionEvents.IVsSolutionEvents.OnQueryCloseSolution(Object, Int32) Método

Definição

Ocorre quando há uma consulta sobre o fechamento da solução.

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution(System::Object ^ pUnkReserved, int % pfCancel) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents::OnQueryCloseSolution;
int IVsSolutionEvents.OnQueryCloseSolution (object pUnkReserved, ref int pfCancel);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution : obj * int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents.OnQueryCloseSolution : obj * int -> int
Function OnQueryCloseSolution (pUnkReserved As Object, ByRef pfCancel As Integer) As Integer Implements IVsSolutionEvents.OnQueryCloseSolution

Parâmetros

pUnkReserved
Object

Reservado.

pfCancel
Int32

true Se o fechamento for cancelado.

Retornos

Int32

O HRESULT.

Implementações

Aplica-se a