XmlTextReader::CanReadValueChunk Property
.NET Framework (current version)
Gets a value indicating whether the XmlTextReader implements the ReadValueChunk method.
Assembly: System.Xml (in System.Xml.dll)
Property Value
Type: System::Booleantrue if the XmlTextReader implements the ReadValueChunk method; otherwise false. The XmlTextReader class always returns false.
Note |
|---|
Starting with the .NET Framework 2.0, we recommend that you create XmlReader instances by using the XmlReader::Create method to take advantage of new functionality. |
The XmlTextReader throws a NotSupportedException if the ReadValueChunk method is called.
.NET Framework
Available since 2.0
Available since 2.0
Show:
