Sdílet prostřednictvím


DesignerAutoFormatCollection.IList.Contains(Object) Metoda

Definice

Určuje, zda kolekce obsahuje konkrétní hodnotu při DesignerAutoFormatCollection přetypování objektu IList do rozhraní.

 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

Úloha DesignerAutoFormat.

Návraty

Boolean

true, pokud je objekt v objektu DesignerAutoFormatCollection; v opačném případě false.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v DesignerAutoFormatCollection případech, kdy je objekt přetypován do IList rozhraní.

Platí pro

Viz také