C# Class 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.
Inheritance: EditorCommandArgs
ファイルを表示 Open project: microsoft/vs-editor-api

Public Methods

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

Method Details

RotatePrimaryCaretNextCommandArgs() public method

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