C# Class Microsoft.VisualStudio.R.Package.History.Commands.ToggleMultilineHistorySelectionCommand

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
Invoke ( System.Guid guid, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
Status ( System.Guid guid, int id ) : CommandStatus
ToggleMultilineHistorySelectionCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IRToolsSettings settings ) : System

Method Details

Invoke() public method

public Invoke ( System.Guid guid, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
guid System.Guid
id int
inputArg object
outputArg object
return Microsoft.R.Components.Controller.CommandResult

Status() public method

public Status ( System.Guid guid, int id ) : CommandStatus
guid System.Guid
id int
return CommandStatus

ToggleMultilineHistorySelectionCommand() public method

public ToggleMultilineHistorySelectionCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IRToolsSettings settings ) : System
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
settings IRToolsSettings
return System