HubSectionCollection.InsertAt(UInt32, HubSection) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.IVector
1.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.