DesignerActionListCollection.IndexOf(DesignerActionList) メソッド

定義

コレクション内の特定の項目のインデックスを決定します。

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 オブジェクトのコレクションを格納します。

適用対象

こちらもご覧ください