C# 클래스 Microsoft.VisualStudio.Text.Editor.Commanding.Commands.RotatePrimaryCaretNextCommandArgs

This command refers to the gesture to change the primary caret to the next caret in the document, and make that visible to the user.
상속: EditorCommandArgs
파일 보기 프로젝트 열기: microsoft/vs-editor-api

공개 메소드들

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

메소드 상세

RotatePrimaryCaretNextCommandArgs() 공개 메소드

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