TableLayoutStyleCollection.IList.Contains(Object) Methode

Definition

Eine Beschreibung dieser Methode finden Sie in der Contains(Object) Methode.

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

Parameter

style
Object

Der Object zu findende In der IList.

Gibt zurück

true if style is found in the IList; otherwise, false.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die TableLayoutStyleCollection Instanz in eine IList Schnittstelle umgegossen wird.

Gilt für: