SwipeItems.First Method

Definition

Returns an iterator for the items 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 IIterator<SwipeItem ^> ^ First() = IIterable<SwipeItem ^>::First;
IIterator<SwipeItem> First();
public IIterator<SwipeItem> First();
Public Function First () As IIterator(Of SwipeItem)

Returns

The iterator object. The iterator's current position is the 0-index position, or at the collection end if the collection is empty.

Implements

Applies to