SolutionEventsClass.QueryCloseSolution (Evento)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Se produce antes que BeforeClosing.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
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>
JScript no admite eventos.
Implementaciones
_dispSolutionEvents_Event.QueryCloseSolution
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.