SwipeItems.Append(SwipeItem) Method

Definition

Adds a new item to the collection.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItems.Append (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

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

Parameters

value
SwipeItem

The new item to add.

Implements

Applies to