IVsWindowFrameEvents 接口

定义

为窗口框架提供事件。

public interface class IVsWindowFrameEvents
public interface class IVsWindowFrameEvents
__interface IVsWindowFrameEvents
[System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents
[<System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrameEvents = interface
Public Interface IVsWindowFrameEvents
派生
属性

方法

OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame)

当活动 IVsWindowFrame 发生更改时调用。

OnFrameCreated(IVsWindowFrame)

当创建新的 IVsWindowFrame 时调用。

OnFrameDestroyed(IVsWindowFrame)

在永久关闭 IVsWindowFrame 时调用。

OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean)

在 IVsWindowFrame 的 IsOnScreen 属性更改时调用。

OnFrameIsVisibleChanged(IVsWindowFrame, Boolean)

在 IVsWindowFrame 的 IsVisible 属性更改时调用。

适用于