IIncrementalSearch Methods

 

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubmethodAppendCharAndSearch(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.

System_CAPS_pubmethodClear()

Clears the existing search term without changing the selection.

System_CAPS_pubmethodDeleteCharAndSearch()

Removes the last character of the current search term and updates the search results based on the new term.

System_CAPS_pubmethodDismiss()

Terminates an incremental search operation.

System_CAPS_pubmethodSelectNextResult()

Selects the next result in an incremental search operation. The matched term will be selected.

System_CAPS_pubmethodStart()

Starts an incremental search operation, and marks the position of the caret as the starting position for the search.

Return to top
Show: