IVsWindowFrameEvents Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des événements pour les frames de fenêtre.
public interface class IVsWindowFrameEvents
public interface class IVsWindowFrameEvents
__interface IVsWindowFrameEvents
[System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowFrameEvents
[<System.Runtime.InteropServices.Guid("15D6E42B-36AD-4AF9-A144-C6F07027A6ED")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowFrameEvents = interface
Public Interface IVsWindowFrameEvents
- Dérivé
- Attributs
Méthodes
| OnActiveFrameChanged(IVsWindowFrame, IVsWindowFrame) |
Appelé lorsque le IVsWindowFrame actif change. |
| OnFrameCreated(IVsWindowFrame) |
Appelée lors de la création d’un nouveau IVsWindowFrame. |
| OnFrameDestroyed(IVsWindowFrame) |
Appelé lorsqu’un IVsWindowFrame est fermé de façon permanente. |
| OnFrameIsOnScreenChanged(IVsWindowFrame, Boolean) |
Appelé lorsque la propriété IsOnScreen d’un IVsWindowFrame change. |
| OnFrameIsVisibleChanged(IVsWindowFrame, Boolean) |
Appelé lorsque la propriété IsVisible d’un IVsWindowFrame change. |