RotatePrimaryCaretPreviousCommandArgs Class

Definition

This command refers to the gesture to make the primary caret the next one up in the document, and make it visible to the user.

public ref class RotatePrimaryCaretPreviousCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class RotatePrimaryCaretPreviousCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type RotatePrimaryCaretPreviousCommandArgs = class
    inherit EditorCommandArgs
Public NotInheritable Class RotatePrimaryCaretPreviousCommandArgs
Inherits EditorCommandArgs
Inheritance
RotatePrimaryCaretPreviousCommandArgs

Constructors

RotatePrimaryCaretPreviousCommandArgs(ITextView, ITextBuffer)

Properties

SubjectBuffer

A subject buffer to execute a command on.

(Inherited from EditorCommandArgs)
TextView

An ITextView to execute a command on.

(Inherited from EditorCommandArgs)

Applies to