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

Inheritance: Microsoft.Languages.Editor.Controller.Command.ViewCommand
显示文件 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult
SendHistoryToSourceCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System
Status ( System.Guid guid, int id ) : CommandStatus

Private Methods

Method Description
GetLastActiveRTextView ( ) : IWpfTextView

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

SendHistoryToSourceCommand() public method

public SendHistoryToSourceCommand ( ITextView textView, IRHistoryProvider historyProvider, IRInteractiveWorkflow interactiveWorkflow, IContentTypeRegistryService contentTypeRegistry, IActiveWpfTextViewTracker textViewTracker ) : System
textView ITextView
historyProvider IRHistoryProvider
interactiveWorkflow IRInteractiveWorkflow
contentTypeRegistry IContentTypeRegistryService
textViewTracker IActiveWpfTextViewTracker
return System

Status() public method

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