Aracılığıyla paylaş


DesignerActionListCollection.Contains(DesignerActionList) Yöntem

Tanım

Koleksiyonun belirli bir değer içerip içermediğini gösterir.

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

Parametreler

Döndürülenler

true koleksiyon belirtilen değeri içeriyorsa; aksi takdirde , false.

Açıklamalar

Eşleşme, kimliğe değil değere göre belirlenir.

Şunlara uygulanır

Ayrıca bkz.