Share via


HubSectionCollection.InsertAt(UInt32, HubSection) Método

Definição

Insere o item especificado no índice especificado.

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)

Parâmetros

index
UInt32

uint32_t

O índice no qual definir o valor.

value
HubSection

O valor a ser definido.

Implementações

M:Windows.Foundation.Collections.IVector1.InsertAt(System.UInt32,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.

Aplica-se a