C# Class Microsoft.VisualStudio.R.Package.Commands.ShowPlotWindowCommand

Inheritance: IAsyncCommandRange
Show file Open project: Microsoft/RTVS

Public Methods

Method Description
GetStatus ( int index ) : CommandStatus
GetText ( int index ) : string
InvokeAsync ( int index ) : Task
ShowPlotWindowCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : System

Private Methods

Method Description
GetAllWindows ( ) : PlotWindowResult[]
GetSortedWindows ( ) : PlotWindowResult[]

Method Details

GetStatus() public method

public GetStatus ( int index ) : CommandStatus
index int
return CommandStatus

GetText() public method

public GetText ( int index ) : string
index int
return string

InvokeAsync() public method

public InvokeAsync ( int index ) : Task
index int
return Task

ShowPlotWindowCommand() public method

public ShowPlotWindowCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : System
appShell IApplicationShell
workflow IRInteractiveWorkflow
return System