DesignerWindowPane.IVsWindowFrameNotify.OnDockableChange Method

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

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

Syntax

‘선언
Private Function OnDockableChange ( _
    fDockable As Integer _
) As Integer Implements IVsWindowFrameNotify.OnDockableChange
int IVsWindowFrameNotify.OnDockableChange(
    int fDockable
)

Parameters

  • fDockable
    Type: System.Int32
    true if the window frame is being docked, otherwise false.

Return Value

Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsWindowFrameNotify.OnDockableChange(Int32)

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

Microsoft.VisualStudio.Shell.Design Namespace