다음을 통해 공유


ResourceCandidateVectorView.IndexOf(ResourceCandidate, UInt32) 메서드

정의

집합에서 지정된 ResourceCandidate 의 인덱스 를 가져옵니다.

public:
 virtual bool IndexOf(ResourceCandidate ^ value, [Out] unsigned int & index) = IVectorView<ResourceCandidate ^>::IndexOf;
bool IndexOf(ResourceCandidate const& value, [Out] uint32_t & index);
public bool IndexOf(ResourceCandidate value, out uint index);
Public Function IndexOf (value As ResourceCandidate, ByRef index As UInteger) As Boolean

매개 변수

value
ResourceCandidate

집합에서 찾을 ResourceCandidate 입니다.

index
UInt32

unsigned int

uint32_t

항목이 발견되면 ResourceCandidate의 인덱스(0부터 시작)입니다. 항목을 찾을 수 없으면 0입니다.

반환

Boolean

bool

trueResourceCandidate가 있으면 이고, 그렇지 않으면 false 항목을 찾을 수 없습니다.

구현

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

적용 대상