HubSectionCollection.GetAt(UInt32) 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.
Retorna o item localizado no índice especificado.
HubSection GetAt(uint32_t const& index);
public HubSection GetAt(uint index);
function getAt(index)
Public Function GetAt (index As UInteger) As HubSection
Parâmetros
- index
-
UInt32
uint32_t
O índice inteiro do valor a ser recuperado.
Retornos
O valor do item no índice especificado.
Implementações
M:Windows.Foundation.Collections.IVector`1.GetAt(System.UInt32)
M:Windows.Foundation.Collections.IVector`1.GetAt(uint32_t)