CanReadValueChunk Property

XmlReader.CanReadValueChunk Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets a value indicating whether the XmlReader implements the ReadValueChunk method.

Namespace:  System.Xml
Assembly:  System.Xml (in System.Xml.dll)

'Declaration
Public Overridable ReadOnly Property CanReadValueChunk As Boolean

Property Value

Type: System.Boolean
true if the XmlReader implements the ReadValueChunk method; otherwise false.

Text parsing XmlReader objects that were created from the static Create method always return true.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft