DesignerWindowPane::IVsWindowFrameNotify::OnDockableChange Method (Int32)
Visual Studio 2015
Notifies the Package that a window's docked state is being altered.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
private: virtual int OnDockableChange( int fDockable ) sealed = IVsWindowFrameNotify::OnDockableChange
Parameters
- fDockable
-
Type:
System::Int32
true if the window frame is being docked, otherwise false.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: