CommandBarsClass.Item, propriété
Obtient la barre de commandes qui correspond à le nom donné ou l'index.
Espace de noms : Microsoft.VisualStudio.CommandBars
Assembly : Microsoft.VisualStudio.CommandBars (dans Microsoft.VisualStudio.CommandBars.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Default Property Item ( _
Index As Object _
) As CommandBar
public virtual CommandBar this[
Object Index
] { get; }
Paramètres
- Index
Type : System.Object
Le nom ou l'index.
Valeur de propriété
Type : Microsoft.VisualStudio.CommandBars.CommandBar
CommandBar qui correspond à le nom ou l'index.
Implémentations
Remarques
Remarques à l'attention des héritiers
Cette méthode doit autoriser l'index (de base 1) ou le nom de la barre de commandes en tant que paramètres.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.