Свойство | Тип | Описание | |
---|---|---|---|
CreateConnectionManagerToolWindow | IConnectionManagerVisualComponent | ||
CreateContainer | IVisualComponentContainer |
||
CreateHelpToolWindow | IHelpVisualComponent | ||
CreateHistoryToolWindow | IRHistoryWindowVisualComponent | ||
CreateInteractiveWindow | Task |
||
CreatePackageManagerToolWindow | IRPackageManagerVisualComponent | ||
CreatePlotDeviceToolWindow | IRPlotDeviceVisualComponent | ||
CreatePlotHistoryToolWindow | IRPlotHistoryVisualComponent |
Метод | Описание | |
---|---|---|
CreateToolWindow ( |
||
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 |
public CreateToolWindow ( |
||
toolWindowType | ||
id | int | |
Результат | Microsoft.VisualStudio.Shell.ToolWindowPane |
public TryCreateToolWindow ( System.Guid toolWindowType, int id ) : bool | ||
toolWindowType | System.Guid | |
id | int | |
Результат | bool |