Compartilhar via


RowDefinitionCollection.InsertAt(UInt32, RowDefinition) Método

Definição

Insere o item especificado no índice especificado.

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

Parâmetros

index
UInt32

unsigned int

uint32_t

O índice no qual definir o valor.

value
RowDefinition

O valor a ser definido.

Implementações

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

Comentários

InsertAt expande a coleção e move todos os itens de índice subsequentes em um. Por outro lado, SetAt substitui o item no índice e a contagem de coleções permanece a mesma.

Aplica-se a