Share via


SwipeItems.GetAt(UInt32) メソッド

定義

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

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.GetAt(UInt32) (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

SwipeItem GetAt(uint32_t const& index);
public SwipeItem GetAt(uint index);
function getAt(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)

適用対象