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

Méthodes publiques

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

Method Details

RotatePrimaryCaretNextCommandArgs() public méthode

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