IVsWindowFrame2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |