IVsWindowFrameNotify2 接口

定义

在窗口框架关闭时通知客户端。

public interface class IVsWindowFrameNotify2
public interface class IVsWindowFrameNotify2
__interface IVsWindowFrameNotify2
[System.Runtime.InteropServices.Guid("F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWindowFrameNotify2
[<System.Runtime.InteropServices.Guid("F4DE74E7-078A-430E-B0E1-8B131BDEF335")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWindowFrameNotify2 = interface
Public Interface IVsWindowFrameNotify2
属性

注解

此接口是为了支持一个极少的实例,其中窗口框架承载多个文档窗口,并且需要在关闭宿主窗口框时收到通知。

实施者说明

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

调用方说明

在关闭窗口框架时由环境调用。

方法

OnClose(UInt32)

通知 VSPackage 窗口框架正在关闭,并告诉环境要执行什么操作。

适用于