HubSectionCollection.SetAt(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.
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.IVector
1.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.