_CommandBarComboBox.RemoveItem(Int32) Méthode

Définition

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.

S’applique à