SwipeItems.SetAt(UInt32, SwipeItem) Method

Definition

Overloads

SetAt(UInt32, SwipeItem)

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

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

SetAt(UInt32, SwipeItem)

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

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

void SetAt(uint32_t const& index, SwipeItem const& value);
public void SetAt(uint index, SwipeItem value);
Public Sub SetAt (index As UInteger, value As SwipeItem)

Parameters

index
UInt32

uint32_t

The index at which to set the value.

value
SwipeItem

The value to set.

Implements

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

Applies to