DesktopWindowXamlSource.Content プロパティ

定義

デスクトップ アプリケーションでホストする Microsoft.UI.Xaml.UIElement オブジェクトを取得または設定します。

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

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

プロパティ値

デスクトップ アプリケーションでホストするオブジェクト。

適用対象