XmlTextReader.CanReadValueChunk 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.
Obtient une valeur indiquant si XmlTextReader implémente la méthode ReadValueChunk(Char[], Int32, Int32).
public:
virtual property bool CanReadValueChunk { bool get(); };
public override bool CanReadValueChunk { get; }
member this.CanReadValueChunk : bool
Public Overrides ReadOnly Property CanReadValueChunk As Boolean
Valeur de propriété
true
si XmlTextReader implémente la méthode ReadValueChunk(Char[], Int32, Int32) ; sinon, false
. La classe XmlTextReader retourne toujours false
.
Remarques
Notes
À compter de .NET Framework 2.0, nous vous recommandons de créer XmlReader des instances à l’aide de la XmlReader.Create méthode pour tirer parti de nouvelles fonctionnalités.
L’exception XmlTextReader lève une NotSupportedException exception si la ReadValueChunk méthode est appelée.