ElementCompositionPreview.GetAppWindowContent(AppWindow) 方法

定义

检索 AppWindow 的内容根。

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

参数

appWindow
AppWindow

要从中获取内容的 AppWindow。

返回

AppWindow 的内容根。

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

适用于