AccessListEntryView.GetAt(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索访问列表中指定索引处的存储项,或最近使用 (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
参数
返回
存储项。
实现
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)