ContentIsland.Create(Visual) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 必须与当前线程相关联。