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.
Assembly: System.Xml (in System.Xml.dll)
| Member name | Description | |
|---|---|---|
| Closed | The Close method has been called. | |
| EndOfFile | The end of the file has been reached successfully. | |
| Error | An error occurred that prevents the read operation from continuing. | |
| Initial | The Read method has not been called. | |
| Interactive | The Read method has been called. Additional methods may be called on the reader. |
Show: