C# 클래스 Microsoft.VisualStudio.R.Package.Commands.ShowPlotWindowCommand

상속: IAsyncCommandRange
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
GetStatus ( int index ) : CommandStatus
GetText ( int index ) : string
InvokeAsync ( int index ) : Task
ShowPlotWindowCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : System

비공개 메소드들

메소드 설명
GetAllWindows ( ) : PlotWindowResult[]
GetSortedWindows ( ) : PlotWindowResult[]

메소드 상세

GetStatus() 공개 메소드

public GetStatus ( int index ) : CommandStatus
index int
리턴 CommandStatus

GetText() 공개 메소드

public GetText ( int index ) : string
index int
리턴 string

InvokeAsync() 공개 메소드

public InvokeAsync ( int index ) : Task
index int
리턴 Task

ShowPlotWindowCommand() 공개 메소드

public ShowPlotWindowCommand ( IApplicationShell appShell, IRInteractiveWorkflow workflow ) : System
appShell IApplicationShell
workflow IRInteractiveWorkflow
리턴 System