Share via


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

次に、

取得するストレージ項目の 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)

適用対象