C# Класс Microsoft.VisualStudio.R.Packages.R.RPackageToolWindowProvider

Показать файл Открыть проект

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