ListBox.IntegerCollection.IList.Contains(Object) Metoda

Definice

Určuje, zda je zadaná zarážka tabulátoru v kolekci.

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

Parametry

item
Object

Zarážka tabulátoru pro umístění v .ListBox.IntegerCollection

Návraty

truePokud je položka celé číslo umístěné v IntegerCollection; v opačném případě . false

Implementuje

Poznámky

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

Platí pro