IncrementalSearch Methods

 

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

NameDescription
System_CAPS_pubmethodAppendCharAndSearch(Int16)

Adds a character to the ISearch pattern and performs a search for the new string.

System_CAPS_pubmethodDeleteCharAndBackup()

Removes one character from the search pattern and moves the selection back to the previous match.

System_CAPS_pubmethodExit()

Stops the current ISearch and returns the editor to its basic behavior.

System_CAPS_pubmethodSearchBackward()

Searches for the current pattern from the current position to the beginning of the document.

System_CAPS_pubmethodSearchForward()

Searches for the current pattern from the current position to the end of the document.

System_CAPS_pubmethodSearchWithLastPattern()

Repeats the current ISearch without changing the pattern

System_CAPS_pubmethodStartBackward()

Starts a backward search.

System_CAPS_pubmethodStartForward()

Starts a forward search.

Return to top
Show: