You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/what-is-supported.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: What's supported when migrating from UWP to WinUI 3
3
3
description: WinUI 3 and the Windows App SDK are new technologies and, when compared to UWP, there are some features that aren't supported. This topic provides information on which features are supported before you attempt migration.
4
4
ms.topic: article
5
-
ms.date: 10/05/2023
5
+
ms.date: 02/29/2024
6
6
keywords: Windows, App, SDK, port, porting, migrate, migration, support
7
7
ms.author: stwhi
8
8
author: stevewhims
@@ -29,21 +29,21 @@ WinUI 3 and the Windows App SDK are new technologies and, when compared to UWP,
29
29
| Best launch speed and performance | ⚠️ Slight disadvantage, see [performance considerations](#performance-considerations)|
30
30
| CoreTextServicesManager | ⚠️ Supported only on Windows 11 |
31
31
|[PrintManager](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/50-support-printmanager-api)| ⚠️ Supported on Windows 11 (not yet available on Windows 10) |
32
-
|[CameraCaptureUI](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/49-support-cameracaptureui)| ❌ Not supported in 1.4. For alternative APIs, see [Using video capture](/windows/win32/multimedia/using-video-capture). |
33
-
| Full containerization of your app | ❌ Not supported in 1.4|
34
-
|[InkCanvas](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/31-inking-controls)| ❌ Not supported in 1.4|
35
-
|[MapControl](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/27-map-control)| ❌ Not supported in 1.4|
36
-
|[Single-app kiosk](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/62-support-single-app-kiosk)| ❌ Not supported in 1.4|
37
-
|[TaskbarManager](/uwp/api/windows.ui.shell.taskbarmanager) API | ❌ Not supported in 1.4|
38
-
|[WebAuthenticationBroker](/windows/uwp/security/web-authentication-broker)| ❌ Not supported in 1.4|
39
-
|[CoreWindow](/uwp/api/windows.ui.core.corewindow) and related APIs | ❌ Not supported in 1.4. For alternative APIs with some of the same functionality, see [AppWindow](/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindow), and [HWND](/windows/apps/develop/ui-input/retrieve-hwnd)-based APIs. |
40
-
|[Composition/DirectX interop](https://github.com/microsoft/microsoft-ui-xaml/issues/5025)| ❌ Not supported in 1.4|
41
-
|[Xbox](/windows/uwp/xbox-apps/) and HoloLens support | ❌ Not supported in 1.4|
32
+
|[CameraCaptureUI](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/49-support-cameracaptureui)| ❌ Not supported in 1.5. For alternative APIs, see [Using video capture](/windows/win32/multimedia/using-video-capture). |
33
+
| Full containerization of your app | ❌ Not supported in 1.5|
34
+
|[InkCanvas](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/31-inking-controls)| ❌ Not supported in 1.5|
35
+
|[MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol)| ✅ Supported; [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol) (introduced in 1.5)|
36
+
|[Single-app kiosk](https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/62-support-single-app-kiosk)| ❌ Not supported in 1.5|
37
+
|[TaskbarManager](/uwp/api/windows.ui.shell.taskbarmanager) API | ❌ Not supported in 1.5|
38
+
|[WebAuthenticationBroker](/windows/uwp/security/web-authentication-broker)| ❌ Not supported in 1.5|
39
+
|[CoreWindow](/uwp/api/windows.ui.core.corewindow) and related APIs | ❌ Not supported in 1.5. For alternative APIs with some of the same functionality, see [AppWindow](/windows/windows-app-sdk/api/winrt/microsoft.ui.windowing.appwindow), and [HWND](/windows/apps/develop/ui-input/retrieve-hwnd)-based APIs. |
40
+
|[Composition/DirectX interop](https://github.com/microsoft/microsoft-ui-xaml/issues/5025)| ❌ Not supported in 1.5|
41
+
|[Xbox](/windows/uwp/xbox-apps/) and HoloLens support | ❌ Not supported in 1.5|
42
42
43
43
## Performance considerations
44
44
45
-
Today in version 1.4 of the Windows App SDK, launch speeds, RAM usage, and installation size of WinUI 3 apps are larger/slower than seen in UWP. We're actively working to improve this.
45
+
Today in version 1.5 of the Windows App SDK, launch speeds, RAM usage, and installation size of WinUI 3 apps are larger/slower than seen in UWP. We're actively working to improve this.
46
46
47
47
## Visual Studio
48
48
49
-
The **Design** tab of the XAML Designer in Visual Studio (and Blend for Visual Studio) doesn't currently support WinUI 3 projects (as of version 1.4 of the Windows App SDK). For more info, see [Create a UI by using XAML Designer](/visualstudio/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio).
49
+
The **Design** tab of the XAML Designer in Visual Studio (and Blend for Visual Studio) doesn't currently support WinUI 3 projects (as of version 1.5 of the Windows App SDK). For more info, see [Create a UI by using XAML Designer](/visualstudio/xaml-tools/creating-a-ui-by-using-xaml-designer-in-visual-studio).
0 commit comments