IVsUIShell7 Interface

Visual Studio 2015
 

Provides access to basic windowing functionality, including access to and creation of tool windows and document windows.

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

[GuidAttribute("C5FFE6B0-C6E0-45A4-9FE2-DA5DEB84E59D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShell7

NameDescription
System_CAPS_pubmethodAdviseWindowFrameEvents(IVsWindowFrameEvents)

Called to sign up for events affecting all IVsWindowFrames.

System_CAPS_pubmethodUnadviseWindowFrameEvents(UInt32)

Called to stop listening to events affecting all IVsWindowFrames

Return to top
Show: