CompositeCollection.IndexOf(Object) 메서드

정의

지정된 항목이 있는 이 컬렉션의 인덱스 반환

public:
 virtual int IndexOf(System::Object ^ indexItem);
public int IndexOf(object indexItem);
abstract member IndexOf : obj -> int
override this.IndexOf : obj -> int
Public Function IndexOf (indexItem As Object) As Integer

매개 변수

indexItem
Object

인덱스 검색할 항목입니다.

반품

컬렉션에 항목이 나타나면 지정된 항목이 있는 컬렉션의 인덱스(0부터 시작)입니다. 그렇지 않으면 . -1

구현

적용 대상