ResourceCandidateVectorView.IndexOf(ResourceCandidate, 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.
Obtient l’index d’un ResourceCandidate spécifié dans l’ensemble.
public:
virtual bool IndexOf(ResourceCandidate ^ value, [Out] unsigned int & index) = IVectorView<ResourceCandidate ^>::IndexOf;
bool IndexOf(ResourceCandidate const& value, [Out] uint32_t & index);
public bool IndexOf(ResourceCandidate value, out uint index);
Public Function IndexOf (value As ResourceCandidate, ByRef index As UInteger) As Boolean
Paramètres
- value
- ResourceCandidate
ResourceCandidate à rechercher dans l’ensemble.
- index
-
UInt32
unsigned int
uint32_t
Index de base zéro de ResourceCandidate, si l’élément est trouvé ; zéro si l’élément est introuvable.
Retours
bool
true
si resourceCandidate est trouvé ; sinon, false
si l’élément est introuvable.
Implémente
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVectorView1.IndexOf(
0,uint32_t@)