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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.