Collection.IList.Add(Object) Méthode

Définition

Ajoute un élément à la collection.

 virtual int IListAdd(System::Object ^ Item) = System::Collections::IList::Add;
 virtual int IListAdd(System::Object ^ value) = System::Collections::IList::Add;
int IList.Add (object Item);
int IList.Add (object value);
abstract member IListAdd : obj -> int
override this.IListAdd : obj -> int
abstract member IListAdd : obj -> int
override this.IListAdd : obj -> int
Function IListAdd (Item As Object) As Integer Implements IList.Add
Function IListAdd (value As Object) As Integer Implements IList.Add

Paramètres

valueItem
Object

Élément à ajouter à la collection.

Retours

Position à laquelle le nouvel élément a été inséré ou -1 pour indiquer que l'élément n'a pas été inséré dans la collection.

S’applique à