IVsTextScanner Members
Include Protected Members
Include Inherited Members
A special-purpose interface exposed by text buffers and used to provide fast, stream-oriented, sequential access to the text in the buffer.
The IVsTextScanner type exposes the following members.
Methods
Name | Description | |
---|---|---|
CloseScan | Closes the buffer for scanning and re-enables writing to the buffer. | |
OpenScan | Opens the text buffer for scanning. | |
Read | Performs a scan of the text buffer, or portion of the text buffer defined by the string length, piLength. |
Top