SwipeItems.First Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an iterator for the items in the collection.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.SwipeItems.First (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();
function 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.