_CommandBars.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
ReadOnly Default Property Item ( _
Index As Object _
) As CommandBar
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.
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.