Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Function Move ( _
Bar As Object, _
Before As Object _
) As CommandBarControl
CommandBarControl Move(
Object Bar,
Object Before
)
CommandBarControl^ Move(
[InAttribute] Object^ Bar,
[InAttribute] Object^ Before
)
abstract Move :
Bar:Object *
Before:Object -> CommandBarControl
function Move(
Bar : Object,
Before : Object
) : CommandBarControl
Parameters
- Bar
Type: System.Object
The command bar.
- Before
Type: System.Object
The object before which to move.
Return Value
Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
This method is deprecated.
Implements
CommandBarControl.Move(Object, Object)
.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.