IVsWindowFrameNotify::OnDockableChange Method (Int32)
Visual Studio 2015
Notifies the VSPackage that a window's docked state is being altered.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- fDockable
-
Type:
System::Int32
[in] true if the window frame is being docked.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsWindowFrameNotify::OnDockableChange(
[in] BOOL fDockable
);
Show: