Share via


LinkLabel.LinkCollection.IList.Contains(Object) Méthode

Définition

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

 virtual bool System.Collections.IList.Contains(System::Object ^ link) = System::Collections::IList::Contains;
bool IList.Contains (object link);
abstract member System.Collections.IList.Contains : obj -> bool
override this.System.Collections.IList.Contains : obj -> bool
Function Contains (link As Object) As Boolean Implements IList.Contains

Paramètres

link
Object

Object à rechercher dans IList.

Retours

Boolean

true si le Object se trouve dans le IList ; sinon, false.

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 à