語言

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

屬性值

你想在桌面應用程式中架設的物件。

適用於