IContentProviderStorageGetOrCreate - метод
Возвращает существующий или создает новый объект предоставляющий доступ к отображаемому содержимому для узла дерева owner.
В случае если узел дерева owner не поддерживает отображение содержимого возвращает null.
Пространство имён: Tessa.UI.Views.WorkplacesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[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 ITreeItem
-
Узел дерева для которого требуется получить содержимое
- workplace IWorkplaceViewModel
- Рабочее место
- strategy IContentProviderCreationStrategy
-
Стратегия создания поставщика содержимого
IContentProvider
Поставщик содержимого или null, если узел дерева не содержит отображаемого контента