TextSnapshotToTextReader::Read Method ()
Visual Studio 2015
Reads the next character from the input stream and advances the character position by one character.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Return Value
Type: System::Int32The next character from the input stream, or -1 if no more characters are available.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The reader is closed. |
Show: