Partager via


_CommandBarComboBox.List, propriété

Obtient ou définit l'élément dans la liste à l'index spécifié.

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

Syntaxe

'Déclaration
Property List ( _
    Index As Integer _
) As String
string this[
    int Index
] { get; set; }

Paramètres

Valeur de propriété

Type : System.String
L'accesseur d'get de cette propriété retourne l'élément à la position d'index.

Remarques

L'accesseur d'set est désapprouvé, et lève un DeprecatedException.

La liste est de base 1.

Sécurité .NET Framework

Voir aussi

Référence

_CommandBarComboBox Interface

Microsoft.VisualStudio.CommandBars, espace de noms