DesignerActionListCollection.IndexOf(DesignerActionList) Metod

Definition

Avgör indexet för ett specifikt objekt i samlingen.

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

Parametrar

value
DesignerActionList

Att DesignerActionList hitta i samlingen.

Returer

Indexet för value om det finns i den interna listan, annars -1.

Kommentarer

Internt DesignerActionListCollection använder klassen en System.Collections.ArrayList för att innehålla dess samling av DesignerActionList objekt.

Gäller för

Se även