Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This method is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Function Copy ( _
Bar As Object, _
Before As Object _
) As CommandBarControl
CommandBarControl Copy(
Object Bar,
Object Before
)
CommandBarControl^ Copy(
[InAttribute] Object^ Bar,
[InAttribute] Object^ Before
)
abstract Copy :
Bar:Object *
Before:Object -> CommandBarControl
function Copy(
Bar : Object,
Before : Object
) : CommandBarControl
Parameters
Bar
Type: System.ObjectThe bar.
Before
Type: System.ObjectThe object before which to copy.
Return Value
Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
This method is deprecated.
.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.