HubSectionCollection.IndexOf(HubSection, 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.
Recupera o índice do item especificado.
bool IndexOf(HubSection const& value, [Out] uint32_t & index);
public bool IndexOf(HubSection value, out uint index);
Public Function IndexOf (value As HubSection, ByRef index As UInteger) As Boolean
Parâmetros
- value
- HubSection
O valor a ser encontrado na coleção.
- index
-
UInt32
uint32_t
O índice do item, se ele for encontrado.
Retornos
Boolean
bool
true se um item com o valor especificado foi encontrado; caso contrário, false.
Implementações
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)