IVsWindowFrameNotify3 Interface
Notifies a VSPackage when changes are made to one of its window frames.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
A VSPackage that must have extensive control over windows in window frames should implement this interface. One reason to do this is to control the number of window handles. IVsWindowFrameNotify3 is implemented on the object that is passed to the window frame by using the property VSFPROPID_ViewHelper from the __VSFPROPID enumeration.
For illustrations of the implementation or calling of this interface, see the Solution Extender Sample sample.