Share via


DesignerActionListCollection.Contains(DesignerActionList) メソッド

定義

特定の値がコレクションに含まれているかどうかを示します。

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

パラメーター

value
DesignerActionList

検索対象の DesignerActionList

戻り値

指定した値がコレクションに格納されている場合は true。それ以外の場合は false

注釈

一致は、ID、比較ではなく値によって決定されます。

適用対象

こちらもご覧ください