InputBindingCollection.IList.Contains(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Contains(Object).

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

Parametry

key
Object

Chcete-li Object najít v .TextEffectCollection

Návraty

truepokud je Object hodnota nalezena v ; InputBindingCollectionv opačném případě . false

Implementuje

Poznámky

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

Platí pro

Viz také