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

Die zu suchende DesignerActionList.

Gibt zurück

true, wenn die Auflistung den angegebenen Wert enthält, andernfalls false.

Hinweise

Eine Übereinstimmung wird durch den Wert, nicht durch die Identität, den Vergleich bestimmt.

Gilt für:

Weitere Informationen