ActivityCollection.IList.IndexOf(Object) 方法

定义

获取基础活动集合中 Object 的从零开始的索引。

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

参数

value
Object

要为其建立索引的 Object

返回

Int32

基础活动集合中 value 从零开始的索引,如果在集合中未找到,则为 -1。

实现

例外

value 不是 Activity 类型,异常对象包含“Error_InvalidListItem”错误消息。

适用于