TableColumnCollection.IList.Contains(Object) Metoda

Definice

Popis tohoto člena najdete v tématu Contains(Object). Místo toho použijte metodu bezpečnou Contains(TableColumn) pro typ.

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

Parametry

value
Object

Umístění Object v souboru TableColumnCollection.

Návraty

Boolean

true je-li nalezen v Object ; TableColumnCollectionjinak , false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho TableColumnCollection použít pouze v případě, že je instance přetypována do IList rozhraní.

Platí pro