HubSectionCollection.IndexOf(HubSection, UInt32) Metodo

Definizione

Recupera l'indice dell'elemento specificato.

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

Parametri

value
HubSection

Valore da trovare nella raccolta.

index
UInt32

uint32_t

Indice dell'elemento, se trovato.

Restituisce

Boolean

bool

true se è stato trovato un elemento con il valore specificato; in caso contrario, false.

Implementazioni

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

Si applica a