C# 클래스 Microsoft.VisualStudio.R.Packages.R.RPackageToolWindowProvider

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

Private Properties

프로퍼티 타입 설명
CreateConnectionManagerToolWindow IConnectionManagerVisualComponent
CreateContainer IVisualComponentContainer
CreateHelpToolWindow IHelpVisualComponent
CreateHistoryToolWindow IRHistoryWindowVisualComponent
CreateInteractiveWindow Task
CreatePackageManagerToolWindow IRPackageManagerVisualComponent
CreatePlotDeviceToolWindow IRPlotDeviceVisualComponent
CreatePlotHistoryToolWindow IRPlotHistoryVisualComponent

공개 메소드들

메소드 설명
CreateToolWindow ( Type toolWindowType, int id ) : Microsoft.VisualStudio.Shell.ToolWindowPane
TryCreateToolWindow ( System.Guid toolWindowType, int id ) : bool

비공개 메소드들

메소드 설명
CreateConnectionManagerToolWindow ( int id ) : IConnectionManagerVisualComponent
CreateContainer ( System.Guid toolWindowType, int id ) : IVisualComponentContainer
CreateHelpToolWindow ( int id ) : IHelpVisualComponent
CreateHistoryToolWindow ( int id ) : IRHistoryWindowVisualComponent
CreateInteractiveWindow ( int id ) : Task
CreatePackageManagerToolWindow ( int id ) : IRPackageManagerVisualComponent
CreatePlotDeviceToolWindow ( int id ) : IRPlotDeviceVisualComponent
CreatePlotHistoryToolWindow ( int id ) : IRPlotHistoryVisualComponent

메소드 상세

CreateToolWindow() 공개 메소드

public CreateToolWindow ( Type toolWindowType, int id ) : Microsoft.VisualStudio.Shell.ToolWindowPane
toolWindowType System.Type
id int
리턴 Microsoft.VisualStudio.Shell.ToolWindowPane

TryCreateToolWindow() 공개 메소드

public TryCreateToolWindow ( System.Guid toolWindowType, int id ) : bool
toolWindowType System.Guid
id int
리턴 bool