AppWindow.Content プロパティ

定義

ウィンドウに現在アタッチされているアプリ コンテンツを取得します。

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

プロパティ値

ウィンドウに現在アタッチされているアプリコンテンツ。

適用対象