LinkLabel.LinkCollection.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 ^ value) = System::Collections::IList::Add;
int IList.Add (object value);
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

Object à ajouter à IList.

Retours

Position à laquelle le nouvel élément est inséré.

Implémente

Remarques

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

S’applique à