Share via


IncrementalSearch Members

Include Protected Members
Include Inherited Members

Provides access to the incremental search (ISearch) capability of the text editor.

The IncrementalSearch type exposes the following members.

Methods

 

Name

Description

Public method

AppendCharAndSearch

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

Public method

DeleteCharAndBackup

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

Public method

Exit

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

Public method

SearchBackward

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

Public method

SearchForward

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

Public method

SearchWithLastPattern

Repeats the current ISearch without changing the pattern

Public method

StartBackward

Starts a backward search.

Public method

StartForward

Starts a forward search.

Top

Properties

 

Name

Description

Public property

DTE

Gets the top-level extensibility object.

Public property

IncrementalSearchModeOn

Gets a value indicating whether an ISearch is being performed.

Public property

Pattern

Gets the characters being processed in the current ISearch.

Top

See Also

Reference

IncrementalSearch Interface

EnvDTE80 Namespace