共用方式為


SolutionEventsClass.add_BeforeClosing 方法

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

僅限 Microsoft 內部使用。

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

語法

'宣告
Public Overridable Sub add_BeforeClosing ( _
    A_1 As _dispSolutionEvents_BeforeClosingEventHandler _
)
public virtual void add_BeforeClosing(
    _dispSolutionEvents_BeforeClosingEventHandler A_1
)
public:
virtual void add_BeforeClosing(
    _dispSolutionEvents_BeforeClosingEventHandler^ A_1
)
abstract add_BeforeClosing : 
        A_1:_dispSolutionEvents_BeforeClosingEventHandler -> unit 
override add_BeforeClosing : 
        A_1:_dispSolutionEvents_BeforeClosingEventHandler -> unit 
public function add_BeforeClosing(
    A_1 : _dispSolutionEvents_BeforeClosingEventHandler
)

參數

實作

_dispSolutionEvents_Event.add_BeforeClosing(_dispSolutionEvents_BeforeClosingEventHandler)

.NET Framework 安全性

請參閱

參考

SolutionEventsClass 類別

EnvDTE 命名空間