TextSnapshotToTextReader Methods

 

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

NameDescription
System_CAPS_pubmethodClose()

Closes the reader and releases associated resources.(Overrides TextReader::Close().)

System_CAPS_pubmethodCreateObjRef(Type^)

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodDispose()

(Inherited from TextReader.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodInitializeLifetimeService()

(Inherited from MarshalByRefObject.)

System_CAPS_pubmethodPeek()

Returns the next character without changing the state of the reader or the character source.(Overrides TextReader::Peek().)

System_CAPS_pubmethodRead()

Reads the next character from the input stream and advances the character position by one character.(Overrides TextReader::Read().)

System_CAPS_pubmethodRead(array<Char>^, Int32, Int32)

Reads the specified number of characters from the current stream and writes the data to the buffer, beginning at the specified location.(Overrides TextReader::Read(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodReadAsync(array<Char>^, Int32, Int32)

(Inherited from TextReader.)

System_CAPS_pubmethodReadBlock(array<Char>^, Int32, Int32)

Reads a maximum of count characters from the current stream and writes the data to the buffer, beginning at index.(Overrides TextReader::ReadBlock(array<Char>^, Int32, Int32).)

System_CAPS_pubmethodReadBlockAsync(array<Char>^, Int32, Int32)

(Inherited from TextReader.)

System_CAPS_pubmethodReadLine()

Reads a line of characters from the current stream and returns the data as a string.(Overrides TextReader::ReadLine().)

System_CAPS_pubmethodReadLineAsync()

(Inherited from TextReader.)

System_CAPS_pubmethodReadToEnd()

Reads all the characters from the current position to the end of the reader and returns them as a string.(Overrides TextReader::ReadToEnd().)

System_CAPS_pubmethodReadToEndAsync()

(Inherited from TextReader.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: