SortEntryVector.IndexOf(SortEntry, UInt32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère l’index d’une entrée de tri spécifiée dans la collection.
bool IndexOf(SortEntry const& value, [Out] uint32_t & index);
public bool IndexOf(SortEntry value, out uint index);
Public Function IndexOf (value As SortEntry, ByRef index As UInteger) As Boolean
Paramètres
- value
- SortEntry
Entrée de tri à rechercher dans la collection.
- index
-
UInt32
uint32_t
Index de base zéro de l’entrée de tri, s’il est trouvé. Ce paramètre est défini sur zéro si l’entrée de tri est introuvable.
Retours
Boolean
bool
True si l’entrée de tri est trouvée ; sinon, false.
Implémente
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)