SwipeItems.InsertAt(UInt32, SwipeItem) Method

Definition

Inserts the specified item at the specified index.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

void InsertAt(uint32_t const& index, SwipeItem const& value);
public void InsertAt(uint index, SwipeItem value);
Public Sub InsertAt (index As UInteger, value As SwipeItem)

Parameters

index
UInt32

uint32_t

The index at which to set the value.

value
SwipeItem

The value to set.

Implements

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.InsertAt(uint32_t,0)

Applies to