DesignerActionItemCollection.Contains(DesignerActionItem) Methode

Definition

Ermittelt, ob DesignerActionItemCollection ein bestimmtes Element enthält.

public:
 bool Contains(System::ComponentModel::Design::DesignerActionItem ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionItem value);
member this.Contains : System.ComponentModel.Design.DesignerActionItem -> bool
Public Function Contains (value As DesignerActionItem) As Boolean

Parameter

value
DesignerActionItem

Das DesignerActionItem, das in der DesignerActionItemCollection gesucht werden soll.

Gibt zurück

Ist true, wenn das DesignerActionItemCollection-Objekt den angegebenen Wert enthält, andernfalls false.

Gilt für: