Partager via


HubSectionCollection.IndexOf(HubSection, UInt32) Méthode

Définition

Récupère l’index de l’élément spécifié.

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

Paramètres

value
HubSection

Valeur à rechercher dans la collection.

index
UInt32

uint32_t

Index de l’élément, s’il est trouvé.

Retours

Boolean

bool

true si un élément avec la valeur spécifiée a été trouvé ; sinon, false.

Implémente

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

S’applique à