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

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.R.Components.Controller.CommandResult

LoadHistoryCommand() public méthode

public LoadHistoryCommand ( IApplicationShell appShell, ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow ) : System
appShell IApplicationShell
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
Résultat System

Status() public méthode

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