Partager via


HubSectionCollection.SetAt(UInt32, HubSection) Méthode

Définition

Définit la valeur de l’index spécifié sur la valeur d’élément spécifiée.

void SetAt(uint32_t const& index, HubSection const& value);
public void SetAt(uint index, HubSection value);
function setAt(index, value)
Public Sub SetAt (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.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

Remarques

SetAt remplace l’élément au niveau de l’index, et le nombre de collections reste le même.

S’applique à