다음을 통해 공유


AccessListEntryView.GetAt(UInt32) 메서드

정의

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

public:
 virtual AccessListEntry GetAt(unsigned int index) = IVectorView<AccessListEntry>::GetAt;
AccessListEntry GetAt(uint32_t const& index);
public AccessListEntry GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As AccessListEntry

매개 변수

index
UInt32

unsigned int

uint32_t

The

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

반환

스토리지 항목입니다.

구현

M:Windows.Foundation.Collections.IVectorView`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVectorView`1.GetAt(unsigned int) M:Windows.Foundation.Collections.IVectorView`1.GetAt(uint32_t)

적용 대상