JsonNode.GetElementIndex 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.
Retourne l’index du nœud actuel à partir du parent JsonArray.
public:
int GetElementIndex();
public int GetElementIndex();
member this.GetElementIndex : unit -> int
Public Function GetElementIndex () As Integer
Retours
Index du nœud actuel.
Exceptions
Le parent actuel n’est pas un JsonArray.