다음을 통해 공유


ItemsSourceView.IndexOf(Object) 메서드

정의

지정된 항목의 인덱스를 검색합니다.

public:
 virtual int IndexOf(Platform::Object ^ item) = IndexOf;
int IndexOf(IInspectable const& item);
public int IndexOf(object item);
function indexOf(item)
Public Function IndexOf (item As Object) As Integer

매개 변수

item
Object

Platform::Object

IInspectable

컬렉션에서 찾을 개체입니다.

반환

Int32

int

찾을 항목의 인덱스(있는 경우)입니다.

적용 대상