Skip to content

Commit cd585f2

Browse files
committed
2 parents 50ceac2 + 194265d commit cd585f2

1,242 files changed

Lines changed: 15025 additions & 1385 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
# Contributing to Windows UWP Reference Docs
1+
# Contributing to Windows Runtime (WinRT) API reference
22

3-
Thank you for your interest in contributing to the Windows UWP API docs. If you want to make updates to how-to topics for Windows UWP, go to https://github.com/MicrosoftDocs/windows-uwp.
3+
Thank you for your interest in contributing to the API reference content for system Windows Runtime (WinRT) APIs. If, alternatively, you want to make updates to *conceptual* topics for this set of APIs, then go to https://github.com/MicrosoftDocs/windows-dev-docs.
44

55
## Prerequisites
66

7-
If you want to contribute more than just minor fixes (a line or two), you'll need to sign a [Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/).
7+
If you want to contribute more than just minor fixes (a line or two), then you'll need to sign a [Microsoft Contribution Licensing Agreement (CLA)](https://cla.microsoft.com/).
88

9-
If you've already contributed to Microsoft GitHub projects in the past, congratulations! You've already completed this step.
9+
If you've already contributed to Microsoft GitHub projects in the past, then you've already completed that step.
1010

1111
## Proposing a change
1212

13-
If you'd like to suggest a change to the docs, follow these steps:
13+
If you'd like to suggest a change to the docs, then follow these steps:
1414

1515
1. Click **Edit**. You will be redirected to the page's markdown source file in the [GitHub repository](https://github.com/MicrosoftDocs/winrt-api).
1616
2. Modify the file as desired.
17-
3. Use the preview tab to ensure the changes look good.
18-
4. When you're done, commit your changes and open a pull request.
17+
3. Use the preview tab to ensure that your changes look good.
18+
4. When you're done, commit your changes, and open a pull request (PR).
1919

20-
After you create the pull request, a member of the Windows docs team will review your changes and provide any feedback as needed.
20+
After you create the pull request, a member of the Windows docs team will review your changes, and provide any feedback as needed.
2121

22-
**Note:** If you're a Microsoft employee, please see https://review.docs.microsoft.com/en-us/windows-authoring-guide/uwp/winrt-api/?branch=master.
22+
**Note:** If you're a Microsoft employee, then don't contribute to this repo. Instead, see [Quickstart—contribute to Windows developer content](https://review.learn.microsoft.com/windows-authoring-guide/quickstart?branch=main).
2323

2424
## Making more substantial changes
2525

26-
To make substantial changes to an existing article, add or change images, or contribute a new article, we recommend forking the official repo into your GitHub account, and then creating a local clone.
26+
To make more substantial changes to an existing topic, or to add or change images, or to contribute a new topic, we recommend that you fork the official repo into your GitHub account, and then create a local clone.
2727

28-
For more info, see [Fork a Repo](https://help.github.com/articles/fork-a-repo).
28+
For more info, see [Fork a repo](https://help.github.com/articles/fork-a-repo).
2929

3030
## Resources
3131

32-
We recommend [Visual Studio Code](https://code.visualstudio.com/), a free lightweight open source editor from Microsoft.
32+
We recommend [Visual Studio Code](https://code.visualstudio.com/), a free lightweight open source editor from Microsoft.

docfx.json

Lines changed: 131 additions & 133 deletions
Large diffs are not rendered by default.

windows.applicationmodel.activation/activationkind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ The app was activated because the user is printing to a printer that has a Print
173173

174174
### -field GameUIProvider:1019
175175

176-
The app was activated because it was launched by the OS due to a game's request for Xbox-specific UI. Introduced in Windows 10, version 1703 (10.0.15063).
176+
The app was activated because it was launched by the OS due to a request for game-specific UI. Introduced in Windows 10, version 1703 (10.0.15063).
177177

178178
### -field StartupTask:1020
179179

windows.applicationmodel.activation/appointmentsprovideraddappointmentactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/appointmentsproviderremoveappointmentactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/appointmentsproviderreplaceappointmentactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/appointmentsprovidershowappointmentdetailsactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/appointmentsprovidershowtimeframeactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/cachedfileupdateractivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

windows.applicationmodel.activation/deviceactivatedeventargs_user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gets the user that the app was activated for.
1616
The user that the app was activated for.
1717

1818
## -remarks
19-
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session (such as Xbox) this property returns the logged-in user that the app was activated for.
19+
This property returns the logged-in user on platforms that only support single-user sessions. For platforms that support multiple users in a session, this property returns the logged-in user that the app was activated for.
2020

2121
This property returns **null** when a multi-user application is activated with no specific user context.
2222

0 commit comments

Comments
 (0)