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 で導入)

適用対象