Partager via


CommandBarComboBoxClass.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
Public Overridable Property List ( _
    Index As Integer _
) As String
public virtual string this[
    int Index
] { get; set; }

Paramètres

  • Index
    Type : System.Int32
    L'index (0) based dans la liste.

Valeur de propriété

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

Implémentations

_CommandBarComboBox.List[Int32]

Remarques

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

Sécurité .NET Framework

Voir aussi

Référence

CommandBarComboBoxClass Classe

Microsoft.VisualStudio.CommandBars, espace de noms