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

Inheritance: PreviewCommand
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

Method Description
PreviewHtmlCommand ( ITextView textView, IRInteractiveWorkflowProvider workflowProvider, IApplicationShell appShell, IProcessServices pss, IFileSystem fs, IWebBrowserServices wbs ) : Microsoft.Common.Core.IO

Protected Methods

Method Description
LaunchViewer ( string fileName ) : void

Method Details

LaunchViewer() protected method

protected LaunchViewer ( string fileName ) : void
fileName string
return void

PreviewHtmlCommand() public method

public PreviewHtmlCommand ( ITextView textView, IRInteractiveWorkflowProvider workflowProvider, IApplicationShell appShell, IProcessServices pss, IFileSystem fs, IWebBrowserServices wbs ) : Microsoft.Common.Core.IO
textView ITextView
workflowProvider IRInteractiveWorkflowProvider
appShell IApplicationShell
pss IProcessServices
fs IFileSystem
wbs IWebBrowserServices
return Microsoft.Common.Core.IO