ShellViewModel - конструктор |
Пространство имён:
Tessa.UI.AppManager
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ShellViewModel(
[NotNullAttribute] ITaskBarIconDoubleClickCommand taskBarIconDoubleClickCommand,
[NotNullAttribute] ITaskBarMenuViewModel taskBarContextMenu,
[NotNullAttribute] ShellPageViewModel[] pages,
[NotNullAttribute] IRefreshApplicationsManagerCommand refreshCommand
)
Public Sub New (
<NotNullAttribute> taskBarIconDoubleClickCommand As ITaskBarIconDoubleClickCommand,
<NotNullAttribute> taskBarContextMenu As ITaskBarMenuViewModel,
<NotNullAttribute> pages As ShellPageViewModel(),
<NotNullAttribute> refreshCommand As IRefreshApplicationsManagerCommand
)
public:
ShellViewModel(
[NotNullAttribute] ITaskBarIconDoubleClickCommand^ taskBarIconDoubleClickCommand,
[NotNullAttribute] ITaskBarMenuViewModel^ taskBarContextMenu,
[NotNullAttribute] array<ShellPageViewModel^>^ pages,
[NotNullAttribute] IRefreshApplicationsManagerCommand^ refreshCommand
)
new :
[<NotNullAttribute>] taskBarIconDoubleClickCommand : ITaskBarIconDoubleClickCommand *
[<NotNullAttribute>] taskBarContextMenu : ITaskBarMenuViewModel *
[<NotNullAttribute>] pages : ShellPageViewModel[] *
[<NotNullAttribute>] refreshCommand : IRefreshApplicationsManagerCommand -> ShellViewModel
Параметры
- taskBarIconDoubleClickCommand
- Тип: Tessa.UI.AppManager.CatalogServiceITaskBarIconDoubleClickCommand
Команда двойного нажатия на значок в tray
- taskBarContextMenu
- Тип: Tessa.UI.AppManager.CatalogServiceITaskBarMenuViewModel
Контекстное меню
- pages
- Тип: Tessa.UI.AppManagerShellPageViewModel
Список страниц
- refreshCommand
- Тип: Tessa.UI.AppManager.CatalogServiceIRefreshApplicationsManagerCommand
См. также