ActivityCollection.IList.Add(Object) Méthode

Définition

Ajoute un objet à IList à la fin de IList.

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

Paramètres

value
Object

Object à ajouter à IList.

Retours

Index de base zéro du Object qui vient d'être ajouté.

Implémente

S’applique à