Share via


SortEntryVector.GetMany(UInt32, SortEntry[]) Method

Definition

Retrieves the sort entries that start at the specified index in the collection.

uint32_t GetMany(uint32_t const& startIndex, winrt::array_view <SortEntry> & items);
public uint GetMany(uint startIndex, SortEntry[] items);
function getMany(startIndex, items)
Public Function GetMany (startIndex As UInteger, items As SortEntry()) As UInteger

Parameters

startIndex
UInt32

uint32_t

The zero-based index of the start of the sort entries in the collection to retrieve.

items
SortEntry[]

The sort entries in the collection that start at startIndex.

Returns

UInt32

uint32_t

The number of items retrieved.

Implements

M:Windows.Foundation.Collections.IVector1.GetMany(System.UInt32,0[]) M:Windows.Foundation.Collections.IVector1.GetMany(uint32_t,0[])

Applies to