다음을 통해 공유


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에서 도입되었습니다.)

적용 대상