Skip to content

Commit 8071a81

Browse files
authored
Merge pull request #5609 from MicrosoftDocs/drewbat/cameracaptureui-api-mapping
Adding WinAppSDK CameraCaptureUI to API mapping table
2 parents 4662f71 + 454f6ac commit 8071a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/windows-app-sdk/migrate-to-windows-app-sdk/api-mapping-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are differences in the names of namespaces and classes (including UI contr
3131
| (**Windows.ApplicationModel.Resources.Core**) [**ResourceManager.Current**](/uwp/api/windows.applicationmodel.resources.core.resourcemanager.current) property | Create a new (**Microsoft.Windows.ApplicationModel.Resources**) [**ResourceManager**](/windows/windows-app-sdk/api/winrt/microsoft.windows.applicationmodel.resources.resourcemanager) object. See [ResourceManager class](guides/mrtcore.md#resourcemanager-class). |
3232
| (**Windows.ApplicationModel.Resources.Core**) [**ResourceQualifierObservableMap.MapChanged**](/uwp/api/windows.applicationmodel.resources.core.resourcequalifierobservablemap.mapchanged) event | Detect environment changes for yourself. See [Resource qualifier value change](guides/mrtcore.md#resource-qualifier-value-change). |
3333
| (**Windows.Graphics.Printing**) [**PrintManager**](/uwp/api/windows.graphics.printing.printmanager) class | Not supported in Windows App SDK 1.0. |
34-
| (**Windows.Media.Capture**) [**CameraCaptureUI**](/uwp/api/windows.media.capture.cameracaptureui) class | Not supported in Windows App SDK 1.0. |
34+
| (**Windows.Media.Capture**) [**CameraCaptureUI**](/uwp/api/windows.media.capture.cameracaptureui) class | (**Microsoft.Windows.Media.Capture**) [**CameraCaptureUI**](/windows/windows-app-sdk/api/winrt/microsoft.windows.media.capture.cameracaptureui) class|
3535
| (**Windows.Security.Authentication.Web**) [**WebAuthenticationBroker**](/uwp/api/windows.security.authentication.web.webauthenticationbroker) class | (**Microsoft.Security.Authentication.OAuth**) [OAuth2Manager](/windows/windows-app-sdk/api/winrt/microsoft.security.authentication.oauth.oauth2manager) class (supported in Windows App SDK 1.7 and later). See [Implement OAuth functionality in Windows apps](/windows/apps/develop/security/oauth2) for more information on using **OAuth2Manager** and related APIs for performing OAuth 2.0 authentication. See [GitHub](https://github.com/microsoft/WindowsAppSDK-Samples/tree/release/experimental/Samples/OAuth2Manager) for a full sample application. |
3636
| (**Windows.Storage.Pickers**) [**FileOpenPicker**](/uwp/api/windows.storage.pickers.fileopenpicker), [**FileSavePicker**](/uwp/api/windows.storage.pickers.filesavepicker), and [**FolderPicker**](/uwp/api/windows.storage.pickers.folderpicker) classes | Supported, but you must use the [**IInitializeWithWindow**](/windows/win32/api/shobjidl_core/nn-shobjidl_core-iinitializewithwindow) interface. See [MessageDialog, and Pickers](guides/winui3.md#messagedialog-and-pickers). |
3737
| (**Windows.System.Display**) [**DisplayRequest**](/uwp/api/windows.system.display.displayrequest) class | Not supported in Windows App SDK 1.0. |

0 commit comments

Comments
 (0)