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。

注釈

内部的には、 クラスは をDesignerActionListCollectionSystem.Collections.ArrayList使用してオブジェクトのDesignerActionListコレクションを格納します。

適用対象

こちらもご覧ください