AccessListEntryView.IndexOf(AccessListEntry, UInt32) 메서드

정의

액세스 목록 또는 가장 최근에 사용한(MRU) 목록에서 지정된 스토리지 항목의 인덱스를 검색합니다.

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

매개 변수

value
AccessListEntry

스토리지 항목입니다.

index
UInt32

unsigned int

uint32_t

스토리지 항목의 인덱스(0부터 시작)입니다.

반환

Boolean

bool

True이면 지정된 스토리지 항목이 목록에 있습니다. 그렇지 않으면 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@)

적용 대상