共用方式為


SolutionEventsClass.BeforeClosing 事件

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

立即發生於關閉方案之前。

命名空間:  EnvDTE
組件:  EnvDTE (在 EnvDTE.dll 中)

語法

'宣告
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>
JScript 不支援事件。

實作

_dispSolutionEvents_Event.BeforeClosing

.NET Framework 安全性

請參閱

參考

SolutionEventsClass 類別

EnvDTE 命名空間