SwipeItems.IndexOf(SwipeItem, UInt32) Method

Definition

Retrieves the index of the specified item.

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

bool IndexOf(SwipeItem const& value, [Out] uint32_t & index);
public bool IndexOf(SwipeItem value, out uint index);
Public Function IndexOf (value As SwipeItem, ByRef index As UInteger) As Boolean

Parameters

value
SwipeItem

The value to find in the collection.

index
UInt32

uint32_t

The index of the item to find, if found.

Returns

Boolean

bool

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

Implements

M:Windows.Foundation.Collections.IVector1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVector1.IndexOf(0,uint32_t@)

Applies to