In This Article

ReverseIncrementalSearchAction Class

Represents an IEditAction that performs a reverse incremental search.

public class ReverseIncrementalSearchAction : EditActionBase, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase object
Implements:
IEditAction IKeyedObject

Constructors

ReverseIncrementalSearchAction()

Initializes an instance of the ReverseIncrementalSearchAction class.

public ReverseIncrementalSearchAction()

Methods

Execute(IEditorView)

Executes the edit action in the specified IEditorView.

public override void Execute(IEditorView view)
Parameter Type Description
view IEditorView

The IEditorView in which to execute the edit action.

Inherited Members