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
ファイルを表示 Open project: microsoft/vs-editor-api

Public Methods

Method Description
IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System

Method Details

IncrementLastSecondaryCaretCommandArgs() public method

public IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System
textView ITextView
subjectBuffer ITextBuffer
return System