In This Article

ReplaceAction Class

Represents an IEditAction that opens the search overlay pane in replace mode and activates (focuses) it.

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

Constructors

ReplaceAction()

Initializes an instance of the ReplaceAction class.

public ReplaceAction()

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