共用方式為


AppWindow.Content 屬性

定義

取得目前附加至視窗的應用程式內容。

public:
 property UIContentRoot ^ Content { UIContentRoot ^ get(); };
UIContentRoot Content();
public UIContentRoot Content { get; }
var uIContentRoot = appWindow.content;
Public ReadOnly Property Content As UIContentRoot

屬性值

目前附加至視窗的應用程式內容。

適用於