Condividi tramite


SortEntryVector.GetMany(UInt32, SortEntry[]) Metodo

Definizione

Recupera le voci di ordinamento che iniziano all'indice specificato nella raccolta.

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

Parametri

startIndex
UInt32

uint32_t

Indice in base zero dell'inizio delle voci di ordinamento nella raccolta da recuperare.

items
SortEntry[]

Voci di ordinamento nella raccolta che iniziano all'inizioIndex.

Restituisce

UInt32

uint32_t

Numero di elementi recuperati.

Implementazioni

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

Si applica a