JsonArray.IndexOf(IJsonValue, 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.
public:
virtual bool IndexOf(IJsonValue ^ value, [Out] unsigned int & index) = IVector<IJsonValue ^>::IndexOf;
bool IndexOf(IJsonValue const& value, [Out] uint32_t & index);
public bool IndexOf(IJsonValue value, out uint index);
Public Function IndexOf (value As IJsonValue, ByRef index As UInteger) As Boolean
Paramètres
- value
- IJsonValue
IJsonValue à rechercher.
- index
-
UInt32
unsigned int
uint32_t
Index de base zéro de la première occurrence de l’élément dans le JsonArray, s’il est trouvé ; sinon, –1.
Retours
Boolean
bool
Retourne une valeur booléenne indiquant si une occurrence de valeur a été trouvée.
Implémente
M:Windows.Foundation.Collections.IVector
1.IndexOf(
0,System.UInt32@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,unsigned int@)
M:Windows.Foundation.Collections.IVector1.IndexOf(
0,uint32_t@)