Evento SolutionEventsClass.QueryCloseSolution

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Ocorre antes do BeforeClosing.

Namespace:  EnvDTE
Assembly:  EnvDTE (em EnvDTE.dll)

Sintaxe

'Declaração
Public Overridable Event QueryCloseSolution As _dispSolutionEvents_QueryCloseSolutionEventHandler
public virtual event _dispSolutionEvents_QueryCloseSolutionEventHandler QueryCloseSolution
public:
virtual  event _dispSolutionEvents_QueryCloseSolutionEventHandler^ QueryCloseSolution {
    void add (_dispSolutionEvents_QueryCloseSolutionEventHandler^ value);
    void remove (_dispSolutionEvents_QueryCloseSolutionEventHandler^ value);
}
abstract QueryCloseSolution : IEvent<_dispSolutionEvents_QueryCloseSolutionEventHandler,
    EventArgs>
override QueryCloseSolution : IEvent<_dispSolutionEvents_QueryCloseSolutionEventHandler,
    EventArgs>
O JScript não oferece suporte a eventos.

Implementações

_dispSolutionEvents_Event.QueryCloseSolution

Segurança do .NET Framework

Consulte também

Referência

SolutionEventsClass Classe

Namespace EnvDTE