MoveLastCaretDownCommandArgs Class

Definition

This command refers to the gesture which takes the last secondary caret as defined in RemoveLastSecondaryCaretCommandArgs, and moving it to the location where a caret would be added by InsertNextMatchingCaretCommandArgs. This command is only available if there are already multiple carets.

public ref class MoveLastCaretDownCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class MoveLastCaretDownCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type MoveLastCaretDownCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class MoveLastCaretDownCommandArgs
Inherits EditorCommandArgs
Inheritance
MoveLastCaretDownCommandArgs

Constructors

MoveLastCaretDownCommandArgs(ITextView, ITextBuffer)

Properties

SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to