RemoveLastSecondaryCaretCommandArgs Class

Definition

This command refers to the gesture used to remove a secondary caret from a text view. The the caret to remove is identified as the last caret in a circular loop, starting at the primary caret. Effectively, that means either the caret directly above the primary caret, or the last one in the view. This command is not available if there is only one caret.

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

Constructors

RemoveLastSecondaryCaretCommandArgs(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