IVsWindowFrameNotify3 Methods

 

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

NameDescription
System_CAPS_pubmethodOnClose(UInt32)

Notifies the VSPackage that a window frame is closing and tells the environment what action to take.

System_CAPS_pubmethodOnDockableChange(Int32, Int32, Int32, Int32, Int32)

Notifies the VSPackage that a window's docked state is being altered.

System_CAPS_pubmethodOnMove(Int32, Int32, Int32, Int32)

Notifies the VSPackage that a window is being moved.

System_CAPS_pubmethodOnShow(Int32)

Notifies the VSPackage of a change in the window's display state.

System_CAPS_pubmethodOnSize(Int32, Int32, Int32, Int32)

Notifies the VSPackage that a window is being resized.

Return to top
Show: