C# Class Microsoft.VisualStudio.Text.Editor.Commanding.Commands.IncrementLastSecondaryCaretCommandArgs

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.
Inheritance: EditorCommandArgs
Afficher le fichier Open project: microsoft/vs-editor-api

Méthodes publiques

Méthode Description
IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System

Method Details

IncrementLastSecondaryCaretCommandArgs() public méthode

public IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System
textView ITextView
subjectBuffer ITextBuffer
Résultat System