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

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

Méthodes publiques

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

Méthode Description
GetLastActiveRTextView ( ) : IWpfTextView

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

SendHistoryToSourceCommand() public méthode

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

Status() public méthode

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