IVsFullTextScanner Interface
Visual Studio 2012
Exposed by text buffers and used by compilers and other components that need immediate access to the entire buffer. Special-purpose interface exposed by text buffers and used by compilers and other components that need immediate access to the entire buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
The IVsFullTextScanner type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CloseFullTextScan | Closes the buffer for scanning. |
![]() | FullTextRead | Performs the actual scan. |
![]() | OpenFullTextScan | Opens the buffer for scanning. |
A difference between this method and IVsTextScanner is that it cannot return a portion of the buffer; it will return all or nothing. In addition, it differs from IVsTextScanner where multiple clients may have IVsFullTextScanner sessions in progress, whereas IVsTextScanner fails with multiple sessions.
Notes to CallersCall to obtain immediate access to the entire text buffer.
