Skip to content

Commit 16d2863

Browse files
Merge pull request #3645 from MicrosoftDocs/main638225369101807673sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents cd04e56 + 4424c50 commit 16d2863

File tree

9 files changed

+16
-9
lines changed

9 files changed

+16
-9
lines changed

hub/apps/develop/data-binding/data-binding-in-depth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.assetid: 2a50c798-6244-4fda-9091-a10a9e87fae2
3-
title: Data binding in depth
3+
title: Windows data binding in depth
44
description: Learn how to use data binding in Windows App SDK applications
55
ms.date: 12/12/2022
66
ms.topic: article
@@ -11,7 +11,7 @@ dev_langs:
1111
- cppwinrt
1212
---
1313

14-
# Data binding in depth
14+
# Windows data binding in depth
1515

1616
In this article, we will describe the Windows App SDK data binding features for the APIs that reside in the [**Microsoft.UI.Xaml.Data** namespace](/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.data).
1717

3.3 MB
Loading
68.2 KB
Loading
112 KB
Loading
9.67 KB
Loading

hub/apps/get-started/uno-simple-photo-viewer.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The Uno Platform App template comes with two preset options that allow you to qu
6565
To keep things simple, select the **Blank** preset. Then, click the **Create** button. Wait for the projects to be created and their dependencies to be restored.
6666

6767
A banner at the top of the editor may ask to reload projects, click **Reload projects**:
68+
6869
:::image type="content" source="../images/visual-studio-2022-project-reload.png" alt-text="Screenshot of the Visual Studio banner offering to reload your projects to complete changes.":::
6970

7071
You should see the following default file structure in your **Solution Explorer**:
4.39 KB
Loading

hub/includes/uno-setup.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,23 @@ ms.date: 06/14/2023
88

99
1. Open a command-line prompt, Windows Terminal if you have it installed, or else Command Prompt or Windows Powershell from the Start Menu.
1010

11-
2. Install or update the `uno-check` tool:
11+
1. Install or update the `uno-check` tool:
1212
- Use the following command:
1313

14-
`dotnet tool install -g uno.check`
14+
```dotnetcli
15+
dotnet tool install -g uno.check
16+
```
1517
1618
- To update the tool, if you already have previously installed an older version:
1719
18-
`dotnet tool update -g uno.check`
20+
```dotnetcli
21+
dotnet tool update -g uno.check
22+
```
1923
20-
3. Run the tool with the following command:
24+
1. Run the tool with the following command:
2125
22-
`uno-check`
26+
```
27+
uno-check
28+
```
2329
24-
4. Follow the instructions indicated by the tool. Because it needs to modify your system, you may be prompted for elevated permissions.
30+
1. Follow the instructions indicated by the tool. Because it needs to modify your system, you may be prompted for elevated permissions.

hub/powertoys/mouse-without-borders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ With the latest version of PowerToys installed, you will see Mouse Without Borde
3737

3838
![Screenshot of Mouse Without Borders settings after entering the first computer information.](../images/powertoys-mouse-without-borders-enter-security-key.png)
3939

40-
4. Once the computers connect to each other, you will be able to switch between them by moving your mouse curser beyond the edge of the screen, transitioning between computers.
40+
4. Once the computers connect to each other, you will be able to switch between them by moving your mouse cursor beyond the edge of the screen, transitioning between computers.
4141

4242
![Screenshot of Mouse Without Borders settings on the first computer after connecting.](../images/powertoys-mouse-without-borders-after-connect-1.png)
4343

0 commit comments

Comments
 (0)