IVsWindowFrameNotify2 Interface
Visual Studio 2015
Notifies clients when a window frame is closed.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnClose(UInt32) | Notifies the VSPackage that a window frame is closing and tells the environment what action to take. |
This interface is to support the rare instance where a window frame hosts multiple doc windows, and needs to be notified when the host window frame is being closed.
Notes to Implementers:
Implemented by a VSPackage that supports multiple document windows in a single window frame.
Notes to Callers:
Called by the environment when a window frame is closed.
Show:
