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 |
Method | Description | |
---|---|---|
GetLastActiveRTextView ( ) : IWpfTextView |
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 |
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 |
public Status ( System.Guid guid, int id ) : CommandStatus | ||
guid | System.Guid | |
id | int | |
return | CommandStatus |