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
- fDockable
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsWindowFrameNotify.OnDockableChange(Int32)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.