ShowPropertiesCommand - конструктор |
Пространство имён:
Tessa.UI.Views.MessagingServices.Commands
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public ShowPropertiesCommand(
[NotNullAttribute] IWorkplaceViewModel workplace,
[NotNullAttribute] ITreeItem treeItem
)
Public Sub New (
<NotNullAttribute> workplace As IWorkplaceViewModel,
<NotNullAttribute> treeItem As ITreeItem
)
public:
ShowPropertiesCommand(
[NotNullAttribute] IWorkplaceViewModel^ workplace,
[NotNullAttribute] ITreeItem^ treeItem
)
new :
[<NotNullAttribute>] workplace : IWorkplaceViewModel *
[<NotNullAttribute>] treeItem : ITreeItem -> ShowPropertiesCommand
Параметры
- workplace
- Тип: Tessa.UI.ViewsIWorkplaceViewModel
Модель рабочего места
- treeItem
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева
См. также