IVsTextFind Interface
Visual Studio 2015
Finds a given block of text in the buffer.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Find(String, Int32, Int32, Int32, Int32, Int32, Int32, Int32) | Finds a given block of text in the text buffer. |
Notes to Implementers:
Implement IVsTextFind when you need to locate a specific block of text that resides in the text buffer.
Show:
