Skip to content

Commit 4cbb408

Browse files
committed
sync from main
2 parents a6fe5aa + 9814125 commit 4cbb408

341 files changed

Lines changed: 3156 additions & 367 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: 4 additions & 3 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",

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.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, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
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, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2222

2323
## -see-also
2424

windows.devices.bluetooth.genericattributeprofile/gattdeviceservice_close_811482585.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ public void Close()
1111
# Windows.Devices.Bluetooth.GenericAttributeProfile.GattDeviceService.Close
1212

1313
## -description
14-
Releases the resources associated with the GattDeviceService class. This allows other apps to access the resources of the GattDeviceService in question. A GattDeviceService object should not be used after Close is invoked, instead a new GattDeviceService object should be instantiated using the FromIdAsync method.
14+
15+
Releases the resources associated with the **GattDeviceService** class. This allows other apps to access the resources of the **GattDeviceService** in question. Don't use a **GattDeviceService** object after you've invoked **Close** on it; instead, instantiate a new **GattDeviceService** object by using the [FromIdAsync](./gattdeviceservice_fromidasync_116749634.md) method.
16+
17+
For C++, call **Close**. For .NET languages, this **Close** method is projected into [Dispose](/uwp/api/windows.devices.bluetooth.genericattributeprofile.gattdeviceservice.dispose).
1518

1619
## -remarks
1720

windows.devices.bluetooth.genericattributeprofile/windows_devices_bluetooth_genericattributeprofile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For background info, see [Bluetooth](/windows/uwp/devices-sensors/bluetooth). Fo
1717

1818
## -see-also
1919

20-
[Apps for Bluetooth Smart Devices devices (Video)](https://go.microsoft.com/fwlink/p/?LinkID=317799), [Bluetooth Generic Attribute Profile - Heart Rate Service (Windows 8.1) Sample](/samples/browse/), [Bluetooth](/windows/uwp/devices-sensors/bluetooth), [How to specify device capabilities for Bluetooth](/uwp/schemas/appxpackage/how-to-specify-device-capabilities-for-bluetooth), [Bluetooth low energy sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BluetoothLE)
20+
[Apps for Bluetooth Smart Devices devices (Video)](https://go.microsoft.com/fwlink/p/?LinkID=317799), [Bluetooth Generic Attribute Profile - Heart Rate Service (Windows 8.1) 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/Bluetooth%20Generic%20Attribute%20Profile%20-%20Heart%20Rate%20Service), [Bluetooth](/windows/uwp/devices-sensors/bluetooth), [How to specify device capabilities for Bluetooth](/uwp/schemas/appxpackage/how-to-specify-device-capabilities-for-bluetooth), [Bluetooth low energy sample](https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/BluetoothLE)
2121

2222
## -capabilities
2323
bluetooth

windows.devices.geolocation.provider/geolocationprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Provides the ability to override the user's location from a remote source.
1717
> To call location-override APIs, an app must declare the `runFullTrust` [restricted capability](/windows/uwp/packaging/app-capability-declarations#custom-capabilities).
1818
1919
> [!IMPORTANT]
20-
> The [GeolocationProvider API](windows_devices_geolocation_provider.md) is a limited access feature (see [LimitedAccessFeatures class](/uwp/api/windows.applicationmodel.limitedaccessfeatures)). Contact `locationproviderlaf@microsoft.com` for more info.
20+
> The [Windows.Devices.Geolocation.Provider](/uwp/api/windows.devices.geolocation.provider.geolocationprovider) 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, contact [Microsoft Support](https://support.serviceshub.microsoft.com/supportforbusiness/create?sapId=d15d3aa2-0512-7cb8-1df9-86221f5cbfde).
2121
2222
## -remarks
2323

0 commit comments

Comments
 (0)