Freigeben über


SolutionEventsClass.QueryCloseSolution-Ereignis

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Tritt vor BeforeClosing auf.

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

Syntax

'Declaration
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 unterstützt keine Ereignisse.

Implementiert

_dispSolutionEvents_Event.QueryCloseSolution

.NET Framework-Sicherheit

Siehe auch

Referenz

SolutionEventsClass Klasse

EnvDTE-Namespace