IVsWindowFrame2 Interface

Definition

Enables a window frame to send notifications to anyone who wants to be notified of IVsWindowFrameNotify events.

public interface class IVsWindowFrame2
public interface class IVsWindowFrame2
__interface IVsWindowFrame2
[System.Runtime.InteropServices.Guid("801885A0-9DC6-4E34-B064-1C3228F66794")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWindowFrame2
[<System.Runtime.InteropServices.Guid("801885A0-9DC6-4E34-B064-1C3228F66794")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWindowFrame2 = interface
Public Interface IVsWindowFrame2
Attributes

Methods

ActivateOwnerDockedWindow()

Gives focus to a child IVsWindowFrame.

Advise(IVsWindowFrameNotify, UInt32)

Enables a client to be notified of window frame events.

Unadvise(UInt32)

Stops a client from being notified of window frame events.

Applies to