_CommandBarComboBox.RemoveItem(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Supprime l'élément à l'index spécifié. Cette méthode est déconseillée.
public:
void RemoveItem(int Index);
public:
void RemoveItem(int Index);
void RemoveItem(int Index);
[System.Runtime.InteropServices.DispId(1610940429)]
public void RemoveItem (int Index);
[<System.Runtime.InteropServices.DispId(1610940429)>]
abstract member RemoveItem : int -> unit
Public Sub RemoveItem (Index As Integer)
Paramètres
- Index
- Int32
Index de l'élément à supprimer.
- Attributs
Remarques
Cette méthode est déconseillée et lève un DeprecatedException lorsqu’elle est appelée.