Share via


ToolStripPanel.ToolStripPanelRowCollection.IList.Contains(Object) Methode

Definition

Eine Beschreibung dieses Elements finden Sie unter Contains(Object).

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

Parameter

value
Object

Das Element, das in der ToolStripPanel.ToolStripPanelRowCollection gesucht werden soll.

Gibt zurück

Boolean

true, wenn value eine ToolStripPanelRow ist und in der ToolStripPanel.ToolStripPanelRowCollection gefunden wird, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die ToolStripPanel.ToolStripPanelRowCollection-Instanz in eine IList-Schnittstelle umgewandelt wird.

Gilt für