Skip to content

Commit ed966c1

Browse files
Merge pull request #6690 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-23 05:00 UTC
2 parents d039b77 + 9f639f9 commit ed966c1

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

hub/apps/desktop/modernize/ui/using-the-visual-layer-with-win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ We make this class a singleton to avoid threading issues. For example, you can o
104104
1. Add a new class file to your project.
105105
- In **Solution Explorer**, right click the _HelloComposition_ project.
106106
- In the context menu, select **Add** > **Class...**.
107-
- In the **Add Class** dialog, name the class _CompositionHost.cs_, then click **Add**.
107+
- In the **Add Class** dialog, name the class _CompositionHost_, then click **Add**.
108108
109109
1. Include headers and _usings_ required for composition interop.
110110
- In CompositionHost.h, add these _includes_ at the top of the file.

hub/apps/get-started/start-here.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ winget configure -f https://aka.ms/winui-config
3030

3131
To review the config file and learn more, see its [README](https://github.com/microsoft/winget-dsc/blob/main/samples/Configuration%20files/Learn%20tutorials/WinUI/README.md) on GitHub.
3232

33+
> [!NOTE]
34+
> If WinGet is not available by default in your environment, you can use the following commands to install it. See [Using WinGet](../../package-manager/winget/index.md) for more information.
35+
```powershell
36+
Install-Module -Name Microsoft.WinGet.Client -Force
37+
Repair-WinGetPackageManager -AllUsers
38+
```
39+
3340
#### [Manual installation](#tab/manual)
3441

3542
#### Enable Developer Mode

0 commit comments

Comments
 (0)