TreeItemContentFactory - делегат |
Фабрика создания поставщика содержимого для узла дерева
Пространство имён:
Tessa.UI.Views.Content
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public delegate IContentProvider TreeItemContentFactory(
[NotNullAttribute] ITreeItem treeItem,
[NotNullAttribute] IWorkplaceViewModel workplace,
[NotNullAttribute] IContentProviderCreationStrategy strategy
)
<NotNullAttribute>
Public Delegate Function TreeItemContentFactory (
<NotNullAttribute> treeItem As ITreeItem,
<NotNullAttribute> workplace As IWorkplaceViewModel,
<NotNullAttribute> strategy As IContentProviderCreationStrategy
) As IContentProvider
[NotNullAttribute]
public delegate IContentProvider^ TreeItemContentFactory(
[NotNullAttribute] ITreeItem^ treeItem,
[NotNullAttribute] IWorkplaceViewModel^ workplace,
[NotNullAttribute] IContentProviderCreationStrategy^ strategy
)
[<NotNullAttribute>]
type TreeItemContentFactory =
delegate of
[<NotNullAttribute>] treeItem : ITreeItem *
[<NotNullAttribute>] workplace : IWorkplaceViewModel *
[<NotNullAttribute>] strategy : IContentProviderCreationStrategy -> IContentProvider
Параметры
- treeItem
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева - workplace
- Тип: Tessa.UI.ViewsIWorkplaceViewModel
Модель-представление рабочего места - strategy
- Тип: Tessa.UI.Views.WorkplacesIContentProviderCreationStrategy
Стратегия создания содержимого
Возвращаемое значение
Тип:
IContentProviderПоставщик содержимого
См. также