XmlReadRepeated.Next 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.
Surcharges
| Nom | Description |
|---|---|
| Next() |
étape vers l’élément suivant retourne false s’il n’y a plus de frères |
| Next(String) |
étape vers l’élément suivant avec le nom donné |
Next()
étape vers l’élément suivant retourne false s’il n’y a plus de frères
public virtual bool Next();
abstract member Next : unit -> bool
override this.Next : unit -> bool
Public Overridable Function Next () As Boolean