DesignerActionListCollection.Contains(DesignerActionList) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションに特定の値が含まれているかどうかを示します。
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 ではなく値の比較によって決まります。