DesignerActionListCollection.IndexOf(DesignerActionList) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定集合中特定项的索引。
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 。