Share via


ElementCompositionPreview.GetAppWindowContent(AppWindow) Methode

Definition

Ruft den Inhaltsstamm eines AppWindow-Elements ab.

public:
 static UIElement ^ GetAppWindowContent(AppWindow ^ appWindow);
 static UIElement GetAppWindowContent(AppWindow const& appWindow);
public static UIElement GetAppWindowContent(AppWindow appWindow);
function getAppWindowContent(appWindow)
Public Shared Function GetAppWindowContent (appWindow As AppWindow) As UIElement

Parameter

appWindow
AppWindow

Der AppWindow, von dem der Inhalt abgerufen werden soll.

Gibt zurück

Der Inhaltsstamm von AppWindow.

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: