IVsWindowFrame2 Interface

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("801885A0-9DC6-4E34-B064-1C3228F66794")]
[InterfaceTypeAttribute(1)]
public interface IVsWindowFrame2

NameDescription
System_CAPS_pubmethodActivateOwnerDockedWindow()

Gives focus to a child IVsWindowFrame.

System_CAPS_pubmethodAdvise(IVsWindowFrameNotify, UInt32)

Enables a client to be notified of window frame events.

System_CAPS_pubmethodUnadvise(UInt32)

Stops a client from being notified of window frame events.

Return to top
Show: