Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.01 KB

swipeitems_getmany_1909000554.md

File metadata and controls

37 lines (21 loc) · 1.01 KB
-api-id -api-type
M:Windows.UI.Xaml.Controls.SwipeItems.GetMany(System.UInt32,Windows.UI.Xaml.Controls.SwipeItem[])
winrt method

Windows.UI.Xaml.Controls.SwipeItems.GetMany

-description

Retrieves multiple elements in a single pass through the iterator.

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

-parameters

-param startIndex

The index from which to start retrieval.

-param items

Provides the destination for the result. Size the initial array size as a "capacity" in order to specify how many results should be retrieved.

-returns

The number of items retrieved.

-remarks

-see-also

-examples