ListBox.IntegerCollection.IList.Add(Object) 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.
Ajoute un taquet de tabulation à la collection.
virtual int System.Collections.IList.Add(System::Object ^ item) = System::Collections::IList::Add;
int IList.Add (object item);
int IList.Add (object? item);
abstract member System.Collections.IList.Add : obj -> int
override this.System.Collections.IList.Add : obj -> int
Function Add (item As Object) As Integer Implements IList.Add
Paramètres
- item
- Object
Taquet de tabulation à ajouter à ListBox.IntegerCollection.
Retours
Index auquel l'entier a été ajouté à la collection.
Implémente
Exceptions
item
a la valeur null
.
item
n'est pas un entier signé 32 bits.
L'espace est insuffisant pour stocker le nouvel élément dans la collection.
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ListBox.IntegerCollection est castée en interface IList.