Partager via


RowDefinitionCollection.SetAt(UInt32, RowDefinition) Méthode

Définition

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

public:
 virtual void SetAt(unsigned int index, RowDefinition ^ value) = IVector<RowDefinition ^>::SetAt;
void SetAt(uint32_t const& index, RowDefinition const& value);
public void SetAt(uint index, RowDefinition value);
function setAt(index, value)
Public Sub SetAt (index As UInteger, value As RowDefinition)

Paramètres

index
UInt32

unsigned int

uint32_t

Index auquel définir la valeur.

value
RowDefinition

Valeur à définir.

Implémente

M:Windows.Foundation.Collections.IVector1.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(unsigned int,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

Remarques

InsertAt développe la collection et déplace tous les éléments d’index suivants d’un seul. En revanche, SetAt remplace l’élément à l’index, et le nombre de collections reste le même.

S’applique à