TableLayoutStyleCollection.IList.Contains(Object) Methode

Definitie

Zie de Contains(Object) methode voor een beschrijving van deze methode.

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

Parameters

style
Object

De Object te vinden in de IList.

Retouren

trueindien style wordt gevonden in de IList; anders . false

Implementeringen

Opmerkingen

Dit lid is een expliciete implementatie van interfaceleden. Deze kan alleen worden gebruikt wanneer het TableLayoutStyleCollection exemplaar naar een IList interface wordt gecast.

Van toepassing op