C# Class Microsoft.VisualStudio.R.Package.Publishing.Commands.PreviewCommand

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

Protected Properties

Свойство Type Description
_workflowProvider IRInteractiveWorkflowProvider

Méthodes publiques

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

Méthodes protégées

Méthode Description
CheckExistsOnPathAsync ( string fileName ) : Task
CheckPrerequisitesAsync ( ) : Task
LaunchViewer ( string fileName ) : void

Private Methods

Méthode Description
GetFlavorHandler ( ITextBuffer textBuffer ) : IMarkdownFlavorPublishHandler
IsFormatSupported ( ) : bool
LaunchViewer ( ) : void
SaveFile ( ) : ITextBuffer
TaskAvailable ( ) : bool

Method Details

CheckExistsOnPathAsync() protected méthode

protected CheckExistsOnPathAsync ( string fileName ) : Task
fileName string
Résultat Task

CheckPrerequisitesAsync() protected méthode

protected CheckPrerequisitesAsync ( ) : Task
Résultat Task

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

LaunchViewer() protected méthode

protected LaunchViewer ( string fileName ) : void
fileName string
Résultat void

PreviewCommand() public méthode

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
Résultat System

Status() public méthode

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

Property Details

_workflowProvider protected_oe property

protected IRInteractiveWorkflowProvider _workflowProvider
Résultat IRInteractiveWorkflowProvider