Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function OnDockableChange ( _
dockable As Integer _
) As Integer
public int OnDockableChange(
int dockable
)
public:
virtual int OnDockableChange(
int dockable
) sealed
abstract OnDockableChange :
dockable:int -> int
override OnDockableChange :
dockable:int -> int
public final function OnDockableChange(
dockable : int
) : int
Parameters
- dockable
Type: System.Int32
Return Value
Type: System.Int32
Implements
IVsWindowFrameNotify.OnDockableChange(Int32)
.NET Framework Security
- 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.