IIncrementalSearch Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.IncrementalSearch
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | AppendCharAndSearch(Char) | Extends the current term being searched for by one character. If a new term is matched, it is selected. The selection can be used to access the match. |
![]() | Clear() | Clears the existing search term without changing the selection. |
![]() | DeleteCharAndSearch() | Removes the last character of the current search term and updates the search results based on the new term. |
![]() | Dismiss() | Terminates an incremental search operation. |
![]() | SelectNextResult() | Selects the next result in an incremental search operation. The matched term will be selected. |
![]() | Start() | Starts an incremental search operation, and marks the position of the caret as the starting position for the search. |
Show:
