Partager via


CommandBarPopup.Copy, méthode (Object, Object)

Copie ce contrôle à la position spécifiée sur la barre de commandes spécifiée.

Espace de noms :  Microsoft.VisualStudio.CommandBars
Assembly :  Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)

Syntaxe

'Déclaration
Function Copy ( _
    Bar As Object, _
    Before As Object _
) As CommandBarControl
CommandBarControl Copy(
    Object Bar,
    Object Before
)

Paramètres

  • Before
    Type : System.Object
    La position sur la barre de commandes à laquelle pour la copier.

Valeur de retour

Type : Microsoft.VisualStudio.CommandBars.CommandBarControl
La copie du contrôle.

Implémentations

CommandBarControl.Copy(Object, Object)

Remarques

La collection de contrôles sur la barre de commandes est de base 1.

Sécurité .NET Framework

Voir aussi

Référence

CommandBarPopup Interface

Copy, surcharge

Microsoft.VisualStudio.CommandBars, espace de noms