Aracılığıyla paylaş


DesignerActionListCollection.IndexOf(DesignerActionList) Yöntem

Tanım

Koleksiyondaki belirli bir öğenin dizinini belirler.

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

Parametreler

value
DesignerActionList

DesignerActionList Koleksiyonda bulunacak.

Döndürülenler

İç listede bulunursa dizini value ; aksi takdirde -1.

Açıklamalar

Dahili olarak, DesignerActionListCollection sınıfı kendi nesne koleksiyonunu DesignerActionList içeren bir System.Collections.ArrayList kullanır.

Şunlara uygulanır

Ayrıca bkz.