DesignerRegionCollection.IList.Add(Object) Méthode

Définition

Pour obtenir une description de ce membre, consultez Add(Object).

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

Paramètres

o
Object

Élément à ajouter à la collection.

Retours

Int32

Index au niveau duquel l'élément a été ajouté à la collection.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de DesignerRegionCollection est castée en interface IList.

S’applique à

Voir aussi