Property | Type | Description | |
---|---|---|---|
_workflowProvider | IRInteractiveWorkflowProvider |
Method | Description | |
---|---|---|
Invoke ( System.Guid group, int id, object inputArg, object &outputArg ) : Microsoft.R.Components.Controller.CommandResult | ||
PreviewCommand ( ITextView textView, int id, IRInteractiveWorkflowProvider workflowProvider, IApplicationShell appShell, IProcessServices pss, IFileSystem fs ) : System | ||
Status ( System.Guid group, int id ) : CommandStatus |
Method | Description | |
---|---|---|
CheckExistsOnPathAsync ( string fileName ) : Task |
||
CheckPrerequisitesAsync ( ) : Task |
||
LaunchViewer ( string fileName ) : void |
Method | Description | |
---|---|---|
GetFlavorHandler ( ITextBuffer textBuffer ) : IMarkdownFlavorPublishHandler | ||
IsFormatSupported ( ) : bool | ||
LaunchViewer ( ) : void | ||
SaveFile ( ) : ITextBuffer | ||
TaskAvailable ( ) : bool |
protected CheckExistsOnPathAsync ( string fileName ) : Task |
||
fileName | string | |
return | Task |
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 |
protected LaunchViewer ( string fileName ) : void | ||
fileName | string | |
return | void |
public PreviewCommand ( ITextView textView, int id, IRInteractiveWorkflowProvider workflowProvider, IApplicationShell appShell, IProcessServices pss, IFileSystem fs ) : System | ||
textView | ITextView | |
id | int | |
workflowProvider | IRInteractiveWorkflowProvider | |
appShell | IApplicationShell | |
pss | IProcessServices | |
fs | IFileSystem | |
return | System |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
return | CommandStatus |