Window.Content プロパティ

定義

アプリケーション ウィンドウのビジュアル ルートを取得または設定します。

public:
 property UIElement ^ Content { UIElement ^ get(); void set(UIElement ^ value); };
UIElement Content();

void Content(UIElement value);
public UIElement Content { get; set; }
var uIElement = window.content;
window.content = uIElement;
Public Property Content As UIElement

プロパティ値

アプリケーション ウィンドウのビジュアル ルート。

適用対象