Skip to content

Commit

Permalink
Update experimental-channel.md (#4290)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiganeshKumaran authored Feb 8, 2023
1 parent 5a6c5a1 commit 8807d23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/apps/windows-app-sdk/experimental-channel.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8807d23

Please sign in to comment.