DesignerRegionCollection.IList.Contains(Object) Metoda

Definice

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

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

Parametry

o
Object

Chcete-li DesignerRegion najít v kolekci.

Návraty

true, pokud je oblast v kolekci; v opačném případě . false

Implementuje

Poznámky

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

Platí pro

Viz také