Freigeben über


DesignerActionListCollection.Contains(DesignerActionList) Methode

Definition

Gibt an, ob die Auflistung einen bestimmten Wert enthält.

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

Parameter

value
DesignerActionList

Der DesignerActionList gesuchte Suchbegriff.

Gibt zurück

truewenn die Auflistung den angegebenen Wert enthält; andernfalls . false

Hinweise

Eine Übereinstimmung wird durch den Wert und nicht durch den Vergleich der Identität bestimmt.

Gilt für:

Weitere Informationen