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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")> _
Public Interface IVsWindowFrameNotify2
'Utilisation
Dim instance As IVsWindowFrameNotify2
[InterfaceTypeAttribute()]
[GuidAttribute("F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
public interface IVsWindowFrameNotify2
[InterfaceTypeAttribute()]
[GuidAttribute(L"F4DE74E7-078A-430E-B0E1-8B131BDEF335")]
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.