IVsWindowFrameNotify2 Interface
Notifies clients when a window frame is closed.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWindowFrameNotify2
'Usage
Dim instance As IVsWindowFrameNotify2
[GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
[InterfaceTypeAttribute()]
public interface IVsWindowFrameNotify2
[GuidAttribute(L"F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
[InterfaceTypeAttribute()]
public interface class IVsWindowFrameNotify2
public interface IVsWindowFrameNotify2
Remarks
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.