XmlReader.CanReadValueChunk Propriété

Définition

Obtient une valeur indiquant si XmlReader implémente la méthode ReadValueChunk(Char[], Int32, Int32).

public:
 virtual property bool CanReadValueChunk { bool get(); };
public virtual bool CanReadValueChunk { get; }
member this.CanReadValueChunk : bool
Public Overridable ReadOnly Property CanReadValueChunk As Boolean

Valeur de propriété

true si XmlReader implémente la méthode ReadValueChunk(Char[], Int32, Int32) ; 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 ».

Remarques

Les objets d’analyse de texte créés à partir de la méthode statique Create retournent XmlReadertruetoujours . Toutes les autres implémentations Microsoft .NET Framework de la XmlReader classe , y compris la XmlTextReader classe , retournent false.

Si cette propriété retourne false un NotSupportedException est retourné lorsque la ReadValueChunk méthode est appelée.

S’applique à