Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 836 Bytes

swipeitems_indexof_136302957.md

File metadata and controls

37 lines (21 loc) · 836 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Controls.SwipeItems.IndexOf(Microsoft.UI.Xaml.Controls.SwipeItem,System.UInt32@)
winrt method

Microsoft.UI.Xaml.Controls.SwipeItems.IndexOf

-description

Retrieves the index of the specified item.

This documentation applies to WinUI 2 for UWP (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

-parameters

-param value

The value to find in the collection.

-param index

The index of the item to find, if found.

-returns

true if an item with the specified value was found; otherwise, false.

-remarks

-see-also

-examples