共用方式為


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 必須與目前的執行緒相關聯。

適用於