Share via


SortEntryVector.SetAt(UInt32, SortEntry) Method

Definition

Sets the sort entry at the specified index of the collection.

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

Parameters

index
UInt32

uint32_t

The zero-based index of the location at which to set the sort entry.

value
SortEntry

The sort entry.

Implements

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

Applies to