Freigeben über


ElementCompositionPreview.SetAppWindowContent(AppWindow, UIElement) Methode

Definition

Legt ein XAML-UIElement als Inhaltsstamm eines AppWindow-Elements fest.

public:
 static void SetAppWindowContent(AppWindow ^ appWindow, UIElement ^ xamlContent);
 static void SetAppWindowContent(AppWindow const& appWindow, UIElement const& xamlContent);
public static void SetAppWindowContent(AppWindow appWindow, UIElement xamlContent);
function setAppWindowContent(appWindow, xamlContent)
Public Shared Sub SetAppWindowContent (appWindow As AppWindow, xamlContent As UIElement)

Parameter

appWindow
AppWindow

Der AppWindow, für den der Inhalt festgelegt werden soll.

xamlContent
UIElement

Der festzulegende Inhalt.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1903 (eingeführt in 10.0.18362.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v8.0)

Gilt für: