IncrementalSearch Methods
Visual Studio 2015
Namespace:
EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
| Name | Description | |
|---|---|---|
![]() | AppendCharAndSearch(Int16) | Adds a character to the ISearch pattern and performs a search for the new string. |
![]() | DeleteCharAndBackup() | Removes one character from the search pattern and moves the selection back to the previous match. |
![]() | Exit() | Stops the current ISearch and returns the editor to its basic behavior. |
![]() | SearchBackward() | Searches for the current pattern from the current position to the beginning of the document. |
![]() | SearchForward() | Searches for the current pattern from the current position to the end of the document. |
![]() | SearchWithLastPattern() | Repeats the current ISearch without changing the pattern |
![]() | StartBackward() | Starts a backward search. |
![]() | StartForward() | Starts a forward search. |
Show:
