ShellViewModel - конструктор
Пространство имён: Tessa.UI.AppManagerСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
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 ITaskBarIconDoubleClickCommand
-
Команда двойного нажатия на значок в tray
- taskBarContextMenu ITaskBarMenuViewModel
-
Контекстное меню
- pages ShellPageViewModel
-
Список страниц
- refreshCommand IRefreshApplicationsManagerCommand