SwipeItems.InsertAt(UInt32, SwipeItem) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したインデックス位置に指定した項目を挿入します。
UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.SwipeItems.InsertAt (Windows App SDKの WinUI の場合は、Windows App SDK名前空間を参照してください)。
void InsertAt(uint32_t const& index, SwipeItem const& value);
public void InsertAt(uint index, SwipeItem value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As SwipeItem)
パラメーター
- index
-
UInt32
uint32_t
値を設定するインデックス。
- value
- SwipeItem
設定する値。
実装
M:Windows.Foundation.Collections.IVector
1.InsertAt(System.UInt32,
0)
M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,
0)