TextSnapshotToTextReader::ReadToEnd Method ()
Visual Studio 2015
Reads all the characters from the current position to the end of the reader and returns them as a string.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Return Value
Type: System::String^A string containing all the characters from the current position to the end of the reader.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The reader is closed. |
Show: