Udostępnij za pośrednictwem


Zdarzenie SolutionEventsClass.BeforeClosing

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Występuje tuż przed zamknięciem rozwiązania.

Przestrzeń nazw:  EnvDTE
Zestaw:  EnvDTE (w EnvDTE.dll)

Składnia

'Deklaracja
Public Overridable Event BeforeClosing As _dispSolutionEvents_BeforeClosingEventHandler
public virtual event _dispSolutionEvents_BeforeClosingEventHandler BeforeClosing
public:
virtual   event _dispSolutionEvents_BeforeClosingEventHandler^ BeforeClosing {
    void add (_dispSolutionEvents_BeforeClosingEventHandler^ value);
    void remove (_dispSolutionEvents_BeforeClosingEventHandler^ value);
}
abstract BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
override BeforeClosing : IEvent<_dispSolutionEvents_BeforeClosingEventHandler,
    EventArgs>
Język JScript nie obsługuje zdarzeń.

Implementuje

_dispSolutionEvents_Event.BeforeClosing

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

SolutionEventsClass Klasa

Przestrzeń nazw EnvDTE