Compartilhar via


HubSectionCollection.SetAt(UInt32, HubSection) Método

Definição

Define o valor no índice especificado como o valor do item especificado.

void SetAt(uint32_t const& index, HubSection const& value);
public void SetAt(uint index, HubSection value);
function setAt(index, value)
Public Sub SetAt (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.SetAt(System.UInt32,0) M:Windows.Foundation.Collections.IVector1.SetAt(uint32_t,0)

Comentários

SetAt substitui o item no índice e a contagem de coleções permanece a mesma.

Aplica-se a