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

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Exibir arquivo Open project: Microsoft/RTVS

Public Methods

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

Method Details

Invoke() public method

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

LoadHistoryCommand() public method

public LoadHistoryCommand ( IApplicationShell appShell, ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow ) : System
appShell IApplicationShell
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
return System

Status() public method

public Status ( System.Guid guid, int id ) : Microsoft.R.Components.Controller.CommandStatus
guid System.Guid
id int
return Microsoft.R.Components.Controller.CommandStatus