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

Inheritance: IAsyncCommandRange
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

Private Methods

Méthode Description
GetAllWindows ( ) : PlotWindowResult[]
GetSortedWindows ( ) : PlotWindowResult[]

Method Details

GetStatus() public méthode

public GetStatus ( int index ) : CommandStatus
index int
Résultat CommandStatus

GetText() public méthode

public GetText ( int index ) : string
index int
Résultat string

InvokeAsync() public méthode

public InvokeAsync ( int index ) : Task
index int
Résultat Task

ShowPlotWindowCommand() public méthode

public ShowPlotWindowCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : System
appShell IApplicationShell
workflow IRInteractiveWorkflow
Résultat System