Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 825 Bytes

swipeitems_setat_1628412674.md

File metadata and controls

33 lines (19 loc) · 825 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.SwipeItems.SetAt(System.UInt32,Windows.UI.Xaml.Controls.SwipeItem)
winrt method

Windows.UI.Xaml.Controls.SwipeItems.SetAt

-description

Sets the value at the specified index to the value specified.

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

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-see-also

-examples