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。

注解

在内部, DesignerActionListCollection 类使用 来 System.Collections.ArrayList 包含其 对象的集合 DesignerActionList

适用于

另请参阅