IVsWindowFrameNotify2 接口

,当窗架关闭时,通知客户端。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowFrameNotify2
[GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
[InterfaceTypeAttribute()]
public interface IVsWindowFrameNotify2

IVsWindowFrameNotify2 类型公开以下成员。

方法

  名称 说明
公共方法 OnClose 通知 VSPackage 窗架是结束并对环境执行哪些操作。

页首

备注

此接口是支持窗架承载多个文档窗口的少数实例,并且需要得到通知,当宿主窗架关闭时。

对实现者的说明

实现支持多个的 VSPackage 在单个窗架的文档窗口。

对调用者的说明

调用由环境时,窗架已关闭。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间