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

要检索的存储项的从零开始的索引。

返回

存储项。

实现

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)

适用于