XmlReader.EOF Propriété
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.
En cas de substitution dans une classe dérivée, obtient une valeur indiquant si le lecteur est placé à la fin du flux.
public:
abstract property bool EOF { bool get(); };
public abstract bool EOF { get; }
member this.EOF : bool
Public MustOverride ReadOnly Property EOF As Boolean
Valeur de propriété
true
si le lecteur est placé à la fin du flux ; sinon, false
.
Exceptions
Une méthode XmlReader a été appelée avant la fin d’une opération asynchrone précédente. Dans ce cas, l’exception InvalidOperationException est levée avec le message « Une opération asynchrone est déjà en cours ».