IContentProviderStorageGetOrCreate - метод |
Возвращает существующий или создает новый объект предоставляющий доступ к отображаемому содержимому для узла дерева owner.
В случае если узел дерева owner не поддерживает отображение содержимого возвращает null.
Пространство имён:
Tessa.UI.Views.Workplaces
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [CanBeNullAttribute]
IContentProvider GetOrCreate(
[NotNullAttribute] ITreeItem owner,
[NotNullAttribute] IWorkplaceViewModel workplace,
[NotNullAttribute] IContentProviderCreationStrategy strategy
)
<CanBeNullAttribute>
Function GetOrCreate (
<NotNullAttribute> owner As ITreeItem,
<NotNullAttribute> workplace As IWorkplaceViewModel,
<NotNullAttribute> strategy As IContentProviderCreationStrategy
) As IContentProvider
[CanBeNullAttribute]
IContentProvider^ GetOrCreate(
[NotNullAttribute] ITreeItem^ owner,
[NotNullAttribute] IWorkplaceViewModel^ workplace,
[NotNullAttribute] IContentProviderCreationStrategy^ strategy
)
[<CanBeNullAttribute>]
abstract GetOrCreate :
[<NotNullAttribute>] owner : ITreeItem *
[<NotNullAttribute>] workplace : IWorkplaceViewModel *
[<NotNullAttribute>] strategy : IContentProviderCreationStrategy -> IContentProvider
Параметры
- owner
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева для которого требуется получить содержимое
- workplace
- Тип: Tessa.UI.ViewsIWorkplaceViewModel
Рабочее место - strategy
- Тип: Tessa.UI.Views.WorkplacesIContentProviderCreationStrategy
Стратегия создания поставщика содержимого
Возвращаемое значение
Тип:
IContentProvider
Поставщик содержимого или null, если узел дерева не содержит отображаемого контента
См. также