Partager via


HubSectionCollection.GetMany(UInt32, HubSection[]) Méthode

Définition

Récupère plusieurs éléments en une seule passe à travers l’itérateur.

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

Paramètres

startIndex
UInt32

uint32_t

Index à partir duquel commencer la récupération.

items
HubSection[]

Fournit la destination du résultat. Dimensionner la taille initiale du tableau en tant que « capacité » afin de spécifier le nombre de résultats à récupérer.

Retours

UInt32

uint32_t

Le nombre d'éléments à récupérer.

Implémente

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

S’applique à