Compartir a través de


HubSectionCollection.IndexOf(HubSection, UInt32) Método

Definición

Recupera el índice del elemento 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

Valor que se va a buscar en la colección.

index
UInt32

uint32_t

Índice del elemento, si se encuentra.

Devoluciones

Boolean

bool

true si se encontró un elemento con el valor especificado; de lo contrario, false.

Implementaciones

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

Se aplica a