DesignerWindowPane.IVsWindowFrameNotify.OnDockableChange(Int32) Méthode
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.
Indique à Package que l'état ancré d'une fenêtre est en cours de modification.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnDockableChange(int fDockable) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnDockableChange;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnDockableChange(int fDockable) = Microsoft::VisualStudio::Shell::Interop::IVsWindowFrameNotify::OnDockableChange;
int Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnDockableChange(int fDockable);
int IVsWindowFrameNotify.OnDockableChange (int fDockable);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnDockableChange : int -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsWindowFrameNotify.OnDockableChange : int -> int
Function OnDockableChange (fDockable As Integer) As Integer Implements IVsWindowFrameNotify.OnDockableChange
Paramètres
- fDockable
- Int32
true si le frame de fenêtre est ancré, sinon false.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.