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

Vyhledání DesignerActionList v kolekci.

Návraty

Index nalezených v interním value seznamu, jinak -1.

Poznámky

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

Platí pro

Viz také