RemoveLastSecondaryCaretCommandArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This command refers to the gesture used to remove a secondary caret from a text view. The the caret to remove is identified as the last caret in a circular loop, starting at the primary caret. Effectively, that means either the caret directly above the primary caret, or the last one in the view. This command is not available if there is only one caret.
public ref class RemoveLastSecondaryCaretCommandArgs sealed : Microsoft::VisualStudio::Text::Editor::Commanding::EditorCommandArgs
public sealed class RemoveLastSecondaryCaretCommandArgs : Microsoft.VisualStudio.Text.Editor.Commanding.EditorCommandArgs
type RemoveLastSecondaryCaretCommandArgs = class
inherit EditorCommandArgs
Public NotInheritable Class RemoveLastSecondaryCaretCommandArgs
Inherits EditorCommandArgs
- Inheritance
Constructors
RemoveLastSecondaryCaretCommandArgs(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) |