IVsWindowFrameNotify3.OnDockableChange Method

Definition

Notifies the VSPackage that a window's docked state is being altered.

C++/CX
public:
 int OnDockableChange(int fDockable, int x, int y, int w, int h);

Parameters

fDockable
Int32

[in] true if the window frame is being docked.

x
Int32

[in] Horizontal position of undocked window.

y
Int32

[in] Vertical position of undocked window.

w
Int32

[in] Width of undocked window.

h
Int32

[in] Height of undocked window.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

cpp#
HRESULT IVsWindowFrameNotify3::OnDockableChange(  
   [in] BOOL fDockable,   
   [in] int x,   
   [in] int y,   
   [in] int w,   
   [in] int h  
);  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022