AppWindow.Content 属性

定义

获取当前附加到窗口的应用内容。

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

属性值

当前附加到窗口的应用内容。

适用于