AddIn.Shutdown 事件 (2007 system)

更新:2007 年 11 月

当外接程序即将卸载时发生。

命名空间:  Microsoft.Office.Tools
程序集:  Microsoft.Office.Tools.Common.v9.0(在 Microsoft.Office.Tools.Common.v9.0.dll 中)

语法

声明
Public Event Shutdown As EventHandler
用法
Dim instance As AddIn
Dim handler As EventHandler

AddHandler instance.Shutdown, handler
public event EventHandler Shutdown

备注

使用 ThisAddIn 类中的默认 Shutdown 事件处理程序,而不是为此事件创建您自己的事件处理程序。默认 Shutdown 事件处理程序的名称为 ThisAddIn_Shutdown。

有关更多信息,请参见 Visual Studio Tools for Office 项目事件。有关 ThisAddIn 类的更多信息,请参见 应用程序级外接程序编程AddIn 宿主项

权限

另请参见

参考

AddIn 类

AddIn 成员

Microsoft.Office.Tools 命名空间