SwipeItems.Append(SwipeItem) Method

Definition

Adds a new item to the collection.

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

void Append(SwipeItem const& value);
public void Append(SwipeItem value);
Public Sub Append (value As SwipeItem)

Parameters

value
SwipeItem

The new item to add.

Implements

Applies to