DesignerWindowPane.IVsWindowFrameNotify.OnDockableChange Method

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
'使用
Dim instance As DesignerWindowPane
Dim fDockable As Integer
Dim returnValue As Integer

returnValue = CType(instance, IVsWindowFrameNotify).OnDockableChange(fDockable)
int IVsWindowFrameNotify.OnDockableChange(
    int fDockable
)
private:
virtual int OnDockableChange(
    int fDockable
) sealed = IVsWindowFrameNotify::OnDockableChange
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsWindowFrameNotify.OnDockableChange(Int32)

Permissions

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace