다음을 통해 공유


IBindableVector.IndexOf(Object, UInt32) 메서드

정의

벡터에서 지정된 항목의 인덱스 를 반환합니다.

public:
 bool IndexOf(Platform::Object ^ value, [Out] unsigned int & index);
bool IndexOf(IInspectable const& value, [Out] uint32_t & index);
public bool IndexOf(object value, out uint index);
Public Function IndexOf (value As Object, ByRef index As UInteger) As Boolean

매개 변수

value
Object

Platform::Object

IInspectable

벡터에서 찾을 항목입니다.

index
UInt32

unsigned int

uint32_t

항목이 있는 경우 항목의 인덱스(0부터 시작)입니다. 항목을 찾을 수 없으면 0이 반환되므로 반환 값을 검사 합니다.

반환

Boolean

bool

항목이 있으면 true이고, 항목을 찾을 수 없으면 false입니다.

설명

.NET을 사용하여 프로그래밍할 때 이 인터페이스는 숨겨지고 개발자는 System.Collections.IList 인터페이스를 사용해야 합니다.

적용 대상

추가 정보