次の方法で共有


SortEntryVector.GetAt(UInt32) メソッド

定義

コレクション内の指定したインデックス位置にある並べ替えエントリを取得します。

SortEntry GetAt(uint32_t const& index);
public SortEntry GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As SortEntry

パラメーター

index
UInt32

uint32_t

取得する並べ替えエントリの 0 から始まるインデックス。

戻り値

指定したインデックス位置にある並べ替えエントリ。

実装

M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32) M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)

適用対象