In This Article

AddNextOccurrenceToSelectionAction Class

Represents an IEditAction that adds the next occurrence of the currently-selected text to the selection, or selects the current word if there is no selection.

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

Constructors

AddNextOccurrenceToSelectionAction()

Initializes an instance of the AddNextOccurrenceToSelectionAction class.

public AddNextOccurrenceToSelectionAction()

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