IWorkplaceViewComponentInitializationStrategyInitializeContent - метод |
Осуществляет инициализацию фабрик создания отображаемого содержимого
Пространство имён:
Tessa.UI.Views
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис void InitializeContent(
[NotNullAttribute] IWorkplaceViewComponent component,
[NotNullAttribute] IDataNodeMetadata metadata
)
Sub InitializeContent (
<NotNullAttribute> component As IWorkplaceViewComponent,
<NotNullAttribute> metadata As IDataNodeMetadata
)
void InitializeContent(
[NotNullAttribute] IWorkplaceViewComponent^ component,
[NotNullAttribute] IDataNodeMetadata^ metadata
)
abstract InitializeContent :
[<NotNullAttribute>] component : IWorkplaceViewComponent *
[<NotNullAttribute>] metadata : IDataNodeMetadata -> unit
Параметры
- component
- Тип: Tessa.UI.ViewsIWorkplaceViewComponent
Инициализируемый компонент - metadata
- Тип: Tessa.Views.WorkplacesIDataNodeMetadata
Метаданные узла представления
См. также