In This Article

FindPreviousSelectedAction Class

Represents an IEditAction that updates the SearchOptions find text with the currently-selected text, and then searches to locate the previous find text match in the active view.

public class FindPreviousSelectedAction : FindAction, IEditAction, IKeyedObject
Inheritance:
object RoutedCommand RoutedUICommand EditActionBase SearchActionBase FindAction object
Implements:
IEditAction IKeyedObject

Constructors

FindPreviousSelectedAction()

Initializes an instance of the FindPreviousSelectedAction class.

public FindPreviousSelectedAction()

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