ModelItemCollection.IList.Add(Object) Méthode

Définition

Ajoute un élément de modèle à la fin du ModelItemCollection.

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

Paramètres

value
Object

Objet à ajouter à la collection.

Retours

Int32

Index du nouvel objet ajouté.

Implémente

S’applique à