TreeItemUpdateContextBuild - метод |
Создает путь обновления
Пространство имён:
Tessa.UI.Views.Workplaces.Tree
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [NotNullAttribute]
public static ITreeItemUpdateContext Build(
[NotNullAttribute] ITreeItem root
)
<NotNullAttribute>
Public Shared Function Build (
<NotNullAttribute> root As ITreeItem
) As ITreeItemUpdateContext
public:
[NotNullAttribute]
static ITreeItemUpdateContext^ Build(
[NotNullAttribute] ITreeItem^ root
)
[<NotNullAttribute>]
static member Build :
[<NotNullAttribute>] root : ITreeItem -> ITreeItemUpdateContext
Параметры
- root
- Тип: Tessa.UI.Views.Workplaces.TreeITreeItem
Узел дерева для которого создается путь обновления
Возвращаемое значение
Тип:
ITreeItemUpdateContext
Путь обновления или
nullСм. также