DesignerActionListCollection.IndexOf(DesignerActionList) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内の特定の項目のインデックスを決定します。
public:
int IndexOf(System::ComponentModel::Design::DesignerActionList ^ value);
public int IndexOf(System.ComponentModel.Design.DesignerActionList value);
public int IndexOf(System.ComponentModel.Design.DesignerActionList? value);
member this.IndexOf : System.ComponentModel.Design.DesignerActionList -> int
Public Function IndexOf (value As DesignerActionList) As Integer
パラメーター
- value
- DesignerActionList
コレクション内で検索する DesignerActionList 。
返品
内部リストで見つかった場合は value のインデックス。それ以外の場合は -1。
注釈
内部的には、 DesignerActionListCollection クラスは System.Collections.ArrayList を使用して、 DesignerActionList オブジェクトのコレクションを格納します。