SwipeItems.RemoveAtEnd Method

Definition

Removes the last item in the collection.

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

public:
 virtual void RemoveAtEnd() = IVector<SwipeItem ^>::RemoveAtEnd;
void RemoveAtEnd();
public void RemoveAtEnd();
Public Sub RemoveAtEnd ()

Implements

Remarks

If successful, calling this method reduces the collection size by one.

Applies to