Skip to content

Commit 1926627

Browse files
authored
sorting (#4134)
1 parent 0c5c00c commit 1926627

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/what-is-supported.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: What's supported when migrating from UWP to WinUI 3
33
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.
44
ms.topic: article
5-
ms.date: 03/04/2024
5+
ms.date: 03/05/2024
66
keywords: Windows, App, SDK, port, porting, migrate, migration, support
77
ms.author: stwhi
88
author: stevewhims
@@ -17,27 +17,27 @@ WinUI 3 and the Windows App SDK are new technologies and, when compared to UWP,
1717
| - | - |
1818
| [Background acrylic](guides/winui3.md#acrylicbrushbackgroundsource-property) | ✅ Available via [DesktopAcrylicController](/windows/windows-app-sdk/api/winrt/microsoft.ui.composition.systembackdrops.desktopacryliccontroller) |
1919
| Common UI controls | ✅ Supported |
20+
| [Composition/DirectX interop](https://github.com/microsoft/microsoft-ui-xaml/issues/5025) | ✅ Mostly supported; most Composition features and most Drawing features are available. But using global composition effects isn't supported in 1.5 |
2021
| Distributing via Store | ✅ Supported |
2122
| Live Tiles (on Windows 10) | ✅ Supported |
23+
| [MapControl](/uwp/api/windows.ui.xaml.controls.maps.mapcontrol) | ✅ Supported; see [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol) (introduced in 1.5) |
2224
| [MediaElement](/uwp/api/windows.ui.xaml.controls.mediaelement) and [MediaPlayerElement](/uwp/api/windows.ui.xaml.controls.mediaplayerelement) | ✅ Use [MediaPlayerElement](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mediaplayerelement), which was introduced in 1.2 |
2325
| MSAL library | ✅ Supported |
2426
| MSIX | ✅ Supported |
2527
| [Single-instancing](guides/applifecycle.md#single-instanced-apps) | ✅ Supported |
28+
| [TaskbarManager](/uwp/api/windows.ui.shell.taskbarmanager) API | ✅ Supported; for details, see [TaskbarManager desktop samples](https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/TaskbarManager) |
2629
| [Toast notifications](guides/toast-notifications.md) | ✅ Supported |
2730
| [Visual Studio App Center](https://appcenter.ms/) | ✅ Supported |
2831
| [Background tasks](/windows/uwp/launch-resume/create-and-register-a-winmain-background-task) | ✅ Supported for C++ <br> ⚠️ Partially supported for C# (OOP background tasks supported)|
2932
| Best launch speed and performance | ⚠️ Slight disadvantage, see [performance considerations](#performance-considerations) |
3033
| CoreTextServicesManager | ⚠️ Supported only on Windows 11 |
3134
| [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) |
3235
| [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) |
36+
| [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 |
3337
| Full containerization of your app | ❌ Not supported in 1.5 |
3438
| [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; see [MapControl](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.mapcontrol) (introduced in 1.5) |
3639
| [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 | ✅ Supported; for details, see [TaskbarManager desktop samples](https://github.com/microsoft/Windows-classic-samples/tree/main/Samples/TaskbarManager) |
3840
| [WebAuthenticationBroker](/windows/uwp/security/web-authentication-broker) | ❌ Not supported in 1.5; but see the [IWebAuthenticationCoreManagerInterop interface](/windows/win32/api/webauthenticationcoremanagerinterop/nn-webauthenticationcoremanagerinterop-iwebauthenticationcoremanagerinterop) |
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) | ✅ Mostly supported; most Composition features and most Drawing features are available. But using global composition effects isn't supported in 1.5 |
4141
| [Xbox](/windows/uwp/xbox-apps/) and HoloLens support | ❌ Not supported in 1.5 |
4242

4343
## Performance considerations

0 commit comments

Comments
 (0)