Share via


DesignerActionListCollection.IndexOf(DesignerActionList) Metoda

Definice

Určuje index konkrétní položky v kolekci.

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

Parametry

value
DesignerActionList

Chcete-li DesignerActionList najít v kolekci.

Návraty

Index, value pokud se nachází v interním seznamu, v opačném případě -1.

Poznámky

Interně DesignerActionListCollection třída používá k System.Collections.ArrayList zahrnutí své kolekce DesignerActionList objektů.

Platí pro

Viz také