IVsWindowFrameNotify::OnDockableChange Method (Int32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int OnDockableChange(
	int fDockable
)

Parameters

fDockable
Type: System::Int32

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

Return Value

Type: System::Int32

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

From vsshell.idl:

HRESULT IVsWindowFrameNotify::OnDockableChange(
   [in] BOOL fDockable
);
Return to top
Show: