From 8807d236b386114afdc2c35e1faf221267b3a650 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaigan=C3=A9sh=20Kumaran?= Date: Wed, 8 Feb 2023 11:41:18 +0530 Subject: [PATCH] Update experimental-channel.md (#4290) --- hub/apps/windows-app-sdk/experimental-channel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/apps/windows-app-sdk/experimental-channel.md b/hub/apps/windows-app-sdk/experimental-channel.md index 986226d132..9dd02b22d3 100644 --- a/hub/apps/windows-app-sdk/experimental-channel.md +++ b/hub/apps/windows-app-sdk/experimental-channel.md @@ -47,8 +47,8 @@ public MainWindow() } ``` -### AppWindow.Window -Replacing several lines of boilerplate code, you're now able to use Window APIs directly from an **AppWindow** through `AppWindow.Window`. See the [AppWindow.Window API spec](https://github.com/microsoft/microsoft-ui-xaml/blob/main/specs/appwindow-spec.md) on GitHub for additional background and usage information. +### Window.AppWindow +Replacing several lines of boilerplate code, you're now able to use AppWindow APIs directly from an **Window** through `Window.AppWindow`. See the [Window.AppWindow API spec](https://github.com/microsoft/microsoft-ui-xaml/blob/main/specs/appwindow-spec.md) on GitHub for additional background and usage information. ### New features from across WinAppSDK - `ApplicationModel.DynamicDependency`: `PackageDependency.PackageGraphRevisionId` that replaces the deprecated MddGetGenerationId.