Поделиться через


ContentIsland.Create(Visual) Метод

Определение

Создает ContentIsland в отключенном и пустом состоянии.

public:
 static ContentIsland ^ Create(Visual ^ Root);
 static ContentIsland Create(Visual const& Root);
public static ContentIsland Create(Visual Root);
function create(Root)
Public Shared Function Create (Root As Visual) As ContentIsland

Параметры

Root
Visual

Корень визуального дерева.

Возвращаемое значение

ContentIsland.

Комментарии

Корневой визуальный элемент Microsoft.UI.Composition.Compositor должен быть связан с текущим потоком.

Применяется к