C# 클래스 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.
상속: EditorCommandArgs
파일 보기 프로젝트 열기: microsoft/vs-editor-api

공개 메소드들

메소드 설명
IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System

메소드 상세

IncrementLastSecondaryCaretCommandArgs() 공개 메소드

public IncrementLastSecondaryCaretCommandArgs ( ITextView textView, ITextBuffer subjectBuffer ) : System
textView ITextView
subjectBuffer ITextBuffer
리턴 System