Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 791 Bytes

swipeitems_replaceall_577387840.md

File metadata and controls

29 lines (17 loc) · 791 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.SwipeItems.ReplaceAll(Windows.UI.Xaml.Controls.SwipeItem[])
winrt method

Windows.UI.Xaml.Controls.SwipeItems.ReplaceAll

-description

Initially clears the collection, then inserts the provided array as new items.

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

-parameters

-param items

The new collection items.

-remarks

-see-also

-examples