DesignerActionItemCollection.Contains(DesignerActionItem) Methode

Definitie

Bepaalt of het DesignerActionItemCollection een specifiek element bevat.

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

Parameters

Retouren

true als de DesignerActionItemCollection opgegeven waarde bevat; falseanders.

Van toepassing op