In This Article

SelectToLineStartAfterIndentationAction Class

Represents an IEditAction that extends the selection ranges to the first non-whitespace character on their current lines.

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

Constructors

SelectToLineStartAfterIndentationAction()

Initializes an instance of the SelectToLineStartAfterIndentationAction class.

public SelectToLineStartAfterIndentationAction()

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