SwipeItems.Append(SwipeItem) Methode

Definition

Fügt der Auflistung ein neues Element hinzu.

Äquivalente WinUI 2-API für UWP: Microsoft.UI.Xaml.Controls.SwipeItems.Append (informationen zu WinUI im Windows App SDK finden Sie im Windows App SDK Namespaces).

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

Parameter

value
SwipeItem

Das neue hinzuzufügende Element.

Implementiert

Gilt für: