ReadState Enumeration

ReadState Enumeration

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

Specifies the state of the reader.

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

No code example is currently available or this language may not be supported.

Member nameDescription
ClosedThe Close method has been called.
EndOfFileThe end of the file has been reached successfully.
ErrorAn error occurred that prevents the read operation from continuing.
InitialThe Read method has not been called.
InteractiveThe Read method has been called. Additional methods may be called on the reader.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft