IVsUIShell7 Interface

Definition

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

public interface class IVsUIShell7
public interface class IVsUIShell7
__interface IVsUIShell7
[System.Runtime.InteropServices.Guid("C5FFE6B0-C6E0-45A4-9FE2-DA5DEB84E59D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShell7
[<System.Runtime.InteropServices.Guid("C5FFE6B0-C6E0-45A4-9FE2-DA5DEB84E59D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShell7 = interface
Public Interface IVsUIShell7
Attributes

Methods

AdviseWindowFrameEvents(IVsWindowFrameEvents)

Called to sign up for events affecting all IVsWindowFrames.

UnadviseWindowFrameEvents(UInt32)

Called to stop listening to events affecting all IVsWindowFrames

Applies to