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" 오류 메시지가 포함된 경우

적용 대상