ITreeItemAsyncLoaderFactoryCreate - метод |
Предоставляет асинхронный загрузчик узлов дерева рабочего места
Пространство имён:
Tessa.UI.Views.Workplaces.Tree
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
ITreeItemAsyncLoader Create(
[NotNullAttribute] ITreeItem treeItem
)
<NotNullAttribute>
Function Create (
<NotNullAttribute> treeItem As ITreeItem
) As ITreeItemAsyncLoader
[NotNullAttribute]
ITreeItemAsyncLoader^ Create(
[NotNullAttribute] ITreeItem^ treeItem
)
[<NotNullAttribute>]
abstract Create :
[<NotNullAttribute>] treeItem : ITreeItem -> ITreeItemAsyncLoader
Параметры
- treeItem
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева для которого требуется предоставить загрузчик
Возвращаемое значение
Тип:
ITreeItemAsyncLoader
Асинхронный загрузчик
См. также