IVsWindowFrameNotify3.OnDockableChange(Int32, Int32, Int32, Int32, 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 à VSPackage que l'état ancré d'une fenêtre est en cours de modification.
public:
int OnDockableChange(int fDockable, int x, int y, int w, int h);
public:
int OnDockableChange(int fDockable, int x, int y, int w, int h);
int OnDockableChange(int fDockable, int x, int y, int w, int h);
public int OnDockableChange (int fDockable, int x, int y, int w, int h);
abstract member OnDockableChange : int * int * int * int * int -> int
Public Function OnDockableChange (fDockable As Integer, x As Integer, y As Integer, w As Integer, h As Integer) As Integer
Paramètres
- fDockable
- Int32
[in] true si le frame de fenêtre est ancré.
- x
- Int32
[in] Position horizontale de la fenêtre détachée.
- y
- Int32
[in] Position verticale de la fenêtre non ancrée.
- w
- Int32
[in] Largeur de la fenêtre non ancrée.
- h
- Int32
[in] Hauteur de la fenêtre détachée.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
HRESULT IVsWindowFrameNotify3::OnDockableChange(
[in] BOOL fDockable,
[in] int x,
[in] int y,
[in] int w,
[in] int h
);