ActivityCollection.IList.IndexOf(Object) 메서드

정의

기본 활동 컬렉션에 Object 있는 인덱스(0부터 시작)를 가져옵니다.

 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 인덱싱할 수 있습니다.

반품

기본 활동 컬렉션에 value 있는 인덱스(0부터 시작)이거나 컬렉션에 없는 경우 -1.

구현

예외

value 형식 Activity 이 아니며 예외 개체에 "Error_InvalidListItem" 오류 메시지가 포함됩니다.

적용 대상