TextSnapshotToTextReader::ReadLine Method ()
Visual Studio 2015
Reads a line of characters from the current stream and returns the data as a string.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Return Value
Type: System::String^The next line from the input stream, or null if all characters have been read.
| Exception | Condition |
|---|---|
| ObjectDisposedException | The reader is closed. |
Show: