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 ではなく値の比較によって決まります。

適用対象

こちらもご覧ください