Skip to content

Commit ee3af3b

Browse files
Merge branch 'docs' into patch-1
2 parents 6f46d8b + 9c3a42f commit ee3af3b

529 files changed

Lines changed: 5372 additions & 767 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.

docfx.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
"globalMetadata": {
3636
"ROBOTS": "INDEX, FOLLOW",
3737
"breadcrumb_path": "/uwp/api/breadcrumbs/toc.json",
38-
"feedback_system": "GitHub",
39-
"feedback_github_repo": "MicrosoftDocs/winrt-api",
40-
"feedback_product_url": "https://docs.microsoft.com/answers/topics/windows-uwp.html",
38+
"feedback_system": "Standard",
39+
"feedback_product_url": "https://www.microsoft.com/windowsinsider/feedbackhub/fb",
40+
"feedback_help_link_url": "https://learn.microsoft.com/answers/tags/184/windows-app-sdk/",
41+
"feedback_help_link_type": "get-product-support",
4142
"uhfHeaderId": "MSDocsHeader-WinDevCenter",
4243
"titleSuffix": "Windows UWP applications",
4344
"hideEdit": "true",
@@ -46,13 +47,13 @@
4647
"author": "GrantMeStrength",
4748
"ms.author": "jken",
4849
"extendBreadcrumb": true,
49-
"ms.prod": "uwp",
50+
"ms.service": "uwp",
5051
"products": [
5152
"https://authoring-docs-microsoft.poolparty.biz/devrel/caec7b7f-4941-4578-b79f-c63b1c1f5af4",
5253
"https://authoring-docs-microsoft.poolparty.biz/devrel/e0ffb20c-01c6-407b-a9bd-29111652a1dc",
5354
"https://authoring-docs-microsoft.poolparty.biz/devrel/e9b7979e-fb8b-40a7-a19f-c987950324dc"
5455
],
55-
"ms.technology": "winrt-reference",
56+
"ms.subservice": "winrt-reference",
5657
"ms.topic": "managed-reference",
5758
"ms.date": "02/08/2017",
5859
"keywords": "windows 10, uwp, winrt, api",

windows.applicationmodel.activation/splashscreen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ You can use the object passed to your activated event handler to get information
9191

9292
## -see-also
9393

94-
[Windows.ApplicationModel.Activation classes](windows_applicationmodel_activation_classes.md), [Splash screen sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/SplashScreen), [App activate and suspend using WinJS sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/Windows%208.1%20Store%20app%20samples/99866-Windows%208.1%20Store%20app%20samples/App%20activate%20and%20suspend%20using%20WinJS%20sample/JavaScript), [App activated, resume, and suspend using the WRL sample](/samples/browse/), [Splash screens](/windows/uwp/launch-resume/splash-screens), [Add a splash screen](/windows/uwp/launch-resume/add-a-splash-screen), [App lifecycle](/windows/uwp/launch-resume/app-lifecycle), [Display a splash screen for more time](/windows/uwp/launch-resume/create-a-customized-splash-screen), [Splash screen sample (Windows 10)](https://go.microsoft.com/fwlink/p/?LinkId=620608), [How to extend the splash screen](/previous-versions/windows/apps/hh700390(v=win.10))
94+
[Windows.ApplicationModel.Activation classes](windows_applicationmodel_activation_classes.md), [Splash screen sample](https://github.com/microsoft/Windows-universal-samples/tree/master/Samples/SplashScreen), [Splash screens](/windows/uwp/launch-resume/splash-screens), [Add a splash screen](/windows/uwp/launch-resume/add-a-splash-screen), [App lifecycle](/windows/uwp/launch-resume/app-lifecycle), [Display a splash screen for more time](/windows/uwp/launch-resume/create-a-customized-splash-screen), [Splash screen sample (Windows 10)](https://go.microsoft.com/fwlink/p/?LinkId=620608), [How to extend the splash screen](/previous-versions/windows/apps/hh700390(v=win.10))

windows.applicationmodel.activation/windows_applicationmodel_activation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ For info about how to handle app activation through contact actions, see [Quicks
1717

1818
## -see-also
1919

20-
[App contracts and extensions](/previous-versions/windows/apps/hh464906(v=win.10)), [App lifecycle](/windows/uwp/launch-resume/app-lifecycle), [Handling Contact Actions sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/Windows%208.1%20Store%20app%20samples/99866-Windows%208.1%20Store%20app%20samples/Handling%20Contact%20Actions), [App activated, resume, and suspend using the WRL sample](/samples/browse/), [Splash screen sample (Windows 10)](https://go.microsoft.com/fwlink/p/?LinkId=620608), [RssReader sample](/samples/microsoft/windows-appsample-rssreader/rssreader-sample/), [File picker contracts sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts), [Association launching sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/AssociationLaunching)
20+
[App contracts and extensions](/previous-versions/windows/apps/hh464906(v=win.10)), [App lifecycle](/windows/uwp/launch-resume/app-lifecycle), [Handling Contact Actions sample](https://github.com/microsoftarchive/msdn-code-gallery-microsoft/tree/master/Official%20Windows%20Platform%20Sample/Windows%208.1%20Store%20app%20samples/99866-Windows%208.1%20Store%20app%20samples/Handling%20Contact%20Actions), [Splash screen sample (Windows 10)](https://go.microsoft.com/fwlink/p/?LinkId=620608), [RssReader sample](/samples/microsoft/windows-appsample-rssreader/rssreader-sample/), [File picker contracts sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/FilePickerContracts), [Association launching sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/AssociationLaunching)

windows.applicationmodel.calls/windows_applicationmodel_calls.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## -description
99

10-
Controls multiple aspects of how an application on the phone behaves, including lock-screen interaction, the phone call history, and various telephony options and information.
10+
Controls multiple aspects of how an application can interact with a phone device, including lock-screen interaction, the phone call history, and various telephony options and information.
1111

1212
## -remarks
1313

@@ -23,11 +23,11 @@ The telephony options and information classes use the **CallsPhoneContract**. In
2323
> [!IMPORTANT]
2424
> If your application uses the **phoneCall** capability, you must request a waiver if you want to publish your application in China. Contact your premier support representative if you need the waiver.
2525
26+
## -examples
27+
2628
An example that demonstrates how to use much of the functionality of the Windows.ApplicationModel.Calls API can be found
2729
[here](https://github.com/microsoft/Windows-universal-samples/tree/v8.0.7/archived/PhoneCall).
2830

29-
## -examples
30-
3131
## -see-also
3232

3333
[Phone call sample](https://github.com/microsoft/Windows-universal-samples/tree/v8.0.7/archived/PhoneCall),

windows.applicationmodel.conversationalagent/windows_applicationmodel_conversationalagent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ namespace Windows.ApplicationModel.ConversationalAgent
1414

1515
Provides applications the ability to expose functionality through any digital assistant supported by the Windows Conversational Agent platform.
1616

17+
> [!IMPORTANT]
18+
> The Windows.ApplicationModel.ConversationalAgent APIs are part of a Limited Access Feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). For more information or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
19+
1720
## -remarks
1821

1922
Users can enable a platform-level detection signal for a conversational agent in Settings. This signal can include a keyword utterance, Bluetooth transmission, system keyboard accelerator, in-app speech recognition, or other sounds (door slam, smoke detector). For example, the "Hey Cortana" keyword that begins a voice interaction with Cortana.

windows.applicationmodel.datatransfer/clipboard_clearhistory_1402927427.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ public bool Clipboard.ClearHistory()
1111
# Windows.ApplicationModel.DataTransfer.Clipboard.ClearHistory
1212

1313
## -description
14+
1415
Clears the clipboard history.
1516

1617
## -returns
17-
True if the clear history operation was successful; otherwise, false.
18+
19+
Returns `true` if the history was successfully cleared; otherwise, `false`.
1820

1921
## -remarks
2022

23+
Note that **ClearHistory** doesn't clear pinned items from the clipboard history.
24+
2125
## -see-also
2226

2327
## -examples

windows.applicationmodel/appinstallerinfo_dependencypackageuris.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,20 @@
99
public System.Collections.Generic.IReadOnlyList<System.Uri> DependencyPackageUris { get; }
1010
-->
1111

12-
1312
## -description
1413

15-
Gets a read-only list of **Uri** objects pointing to the dependency packages that are required for successful deployment of the related set.
14+
Gets a read-only list of **Uri** objects pointing to the dependency packages that are required for successful deployment of the related set.
1615

1716
## -property-value
1817

1918
The list of dependency packages.
2019

2120
## -remarks
2221

23-
This property is equivalent to the [AutomaticBackgroundTask](/uwp/schemas/appinstallerschema/element-automatic-background-task) element of the App Installer file schema.
22+
This property is equivalent to the [Dependencies](/uwp/schemas/appinstallerschema/element-dependencies) element of the App Installer file schema.
2423

2524
## -see-also
2625

27-
## -examples
28-
26+
[Dependencies (App installer schema)](/uwp/schemas/appinstallerschema/element-dependencies)
2927

28+
## -examples

windows.applicationmodel/limitedaccessfeatures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This API enables applications to request access to Limited Access Features.
1818

1919
Limited Access Features are Windows platform features which require specific approval to be used in an application. This may be because these are features which are not ready for broad consumption, or because these are features which have legitimate use-cases but may be abused by malicious apps.
2020

21-
To use a Limited Access Feature in your app, you need explicit permission from Microsoft. You cannot call the APIs needed to enable one of these features without a specific feature ID and use token.
21+
To use a Limited Access Feature in your app, you need explicit permission from Microsoft. You cannot call the APIs needed to enable one of these features without a specific feature ID and use token. For more information about any Limited Access Feature or to request an unlock token, please use the [LAF Access Token Request Form](https://go.microsoft.com/fwlink/?linkid=2271232&clcid=0x409).
2222

2323
## -see-also
2424

windows.applicationmodel/package_description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The description of the package.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **Description** will return an empty string.
2121

2222
## -examples
2323

windows.applicationmodel/package_displayname.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The display name.
1717

1818
## -remarks
1919

20-
This property is supported only for UWP apps. On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
20+
On operating systems earlier than 10.0.19041.0, you must call this property on the package returned by [Package.Current](package_current.md), otherwise **DisplayName** will return an empty string.
2121

2222
## -examples
2323

0 commit comments

Comments
 (0)