Share via


SwipeItems.GetAt(UInt32) メソッド

定義

指定したインデックス位置にある項目を返します。

このドキュメントは、WinUI 2 for UWP に適用されます (Windows アプリ SDKWinUI については、Windows アプリ SDK名前空間を参照してください)。

SwipeItem GetAt(uint32_t const& index);
public SwipeItem GetAt(uint index);
Public Function GetAt (index As UInteger) As SwipeItem

パラメーター

index
UInt32

uint32_t

取得する値の整数インデックス。

戻り値

実装

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

適用対象