TabControl.TabPageCollection.IList.Contains(Object) Méthode

Définition

Détermine si le contrôle spécifié TabPage est dans TabControl.TabPageCollection.

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

Paramètres

page
Object

Objet à localiser dans la collection.

Retours

true si l'objet spécifié est TabPage dans la collection ; 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 TabControl.TabPageCollection est castée en interface IList.

S’applique à