C# 클래스 Microsoft.VisualStudio.R.Package.Publishing.Commands.PreviewCommand

상속: Microsoft.Languages.Editor.Controller.Command.ViewCommand
파일 보기 프로젝트 열기: Microsoft/RTVS

보호된 프로퍼티들

프로퍼티 타입 설명
_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

메소드 상세

CheckExistsOnPathAsync() 보호된 메소드

protected CheckExistsOnPathAsync ( string fileName ) : Task
fileName string
리턴 Task

CheckPrerequisitesAsync() 보호된 메소드

protected CheckPrerequisitesAsync ( ) : Task
리턴 Task

Invoke() 공개 메소드

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

LaunchViewer() 보호된 메소드

protected LaunchViewer ( string fileName ) : void
fileName string
리턴 void

PreviewCommand() 공개 메소드

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

Status() 공개 메소드

public Status ( System.Guid group, int id ) : CommandStatus
group System.Guid
id int
리턴 CommandStatus

프로퍼티 상세

_workflowProvider 보호되어 있는 프로퍼티

protected IRInteractiveWorkflowProvider _workflowProvider
리턴 IRInteractiveWorkflowProvider