Compartir a través de


HubSectionCollection.InsertAt(UInt32, HubSection) Método

Definición

Inserta el elemento especificado en el í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

Índice en el que se va a establecer el valor.

value
HubSection

Valor que se va a establecer.

Implementaciones

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

Comentarios

InsertAt expande la colección y mueve todos los elementos de índice subsiguientes por uno.

Se aplica a