HubSectionCollection.SetAt(UInt32, HubSection) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.IVector
1.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.