IIncrementalSearch Methods

Include Protected Members
Include Inherited Members

The IIncrementalSearch type exposes the following members.

Methods

  Name Description
Public method AppendCharAndSearch 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.
Public method Clear Clears the existing search term without changing the selection.
Public method DeleteCharAndSearch Removes the last character of the current search term and updates the search results based on the new term.
Public method Dismiss Terminates an incremental search operation.
Public method SelectNextResult Selects the next result in an incremental search operation. The matched term will be selected.
Public method Start Starts an incremental search operation, and marks the position of the caret as the starting position for the search.

Top

See Also

Reference

IIncrementalSearch Interface

Microsoft.VisualStudio.Text.IncrementalSearch Namespace