Свойство | Тип | Описание | |
---|---|---|---|
_workflowProvider | IRInteractiveWorkflowProvider |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
CheckExistsOnPathAsync ( string fileName ) : Task |
||
CheckPrerequisitesAsync ( ) : Task |
||
LaunchViewer ( string fileName ) : void |
Метод | Описание | |
---|---|---|
GetFlavorHandler ( ITextBuffer textBuffer ) : IMarkdownFlavorPublishHandler | ||
IsFormatSupported ( ) : bool | ||
LaunchViewer ( ) : void | ||
SaveFile ( ) : ITextBuffer | ||
TaskAvailable ( ) : bool |
protected CheckExistsOnPathAsync ( string fileName ) : Task |
||
fileName | string | |
Результат | Task |
protected CheckPrerequisitesAsync ( ) : Task |
||
Результат | 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 | |
Результат | Microsoft.R.Components.Controller.CommandResult |
protected LaunchViewer ( string fileName ) : void | ||
fileName | string | |
Результат | 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 | |
Результат | System |
public Status ( System.Guid group, int id ) : CommandStatus | ||
group | System.Guid | |
id | int | |
Результат | CommandStatus |