Partager via


HubSectionCollection.InsertAt(UInt32, HubSection) Méthode

Définition

Insère l’élément spécifié à l’index spécifié.

void InsertAt(uint32_t const& index, HubSection const& value);
public void InsertAt(uint index, HubSection value);
function insertAt(index, value)
Public Sub InsertAt (index As UInteger, value As HubSection)

Paramètres

index
UInt32

uint32_t

Index auquel définir la valeur.

value
HubSection

Valeur à définir.

Implémente

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

Remarques

InsertAt développe la collection et déplace tous les éléments d’index suivants d’un seul.

S’applique à