TableLayoutStyleCollection.IList.Contains(Object) Metoda

Definice

Popis této metody najdete v Contains(Object) metodě.

 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

Parametry

style
Object

Chcete-li Object najít v .IList

Návraty

truepokud style se nachází v ; IListv opačném případě . false

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v TableLayoutStyleCollection případě, že je instance přetypovaná na IList rozhraní.

Platí pro