ITextSearchService Interface
Visual Studio 2015
Searches a ITextSnapshot with different search options.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | FindAll(FindData) | Searches for all the occurrences of the search string. |
![]() | FindNext(Int32, Boolean, FindData) | Searches for the next occurrence of the search string. |
This is a MEF component part, and should be imported as follows:
[Import] ITextSearchService textSearch = null;
Show:
