Skip to content

Commit 6ebc461

Browse files
authored
Merge pull request MicrosoftDocs#5486 from Saisang/sai-mstopicbulkupdate-20250610-4
Bulk update ms.topic in graphics-concepts,launch-resume,maps-and-location,monetize,networking,packaging,porting,security,threading-async
2 parents d98262f + 545cfce commit 6ebc461

File tree

200 files changed

+251
-251
lines changed

Some content is hidden

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

200 files changed

+251
-251
lines changed

uwp/graphics-concepts/windowed-vs--full-screen-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.assetid: EE8B9F87-822B-4576-A446-CA603E786862
55
keywords:
66
- Windowed vs. full-screen mode
77
ms.date: 02/08/2017
8-
ms.topic: article
8+
ms.topic: concept-article
99

1010

1111
ms.localizationpriority: medium

uwp/launch-resume/access-sensors-and-devices-from-a-background-task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Access sensors and devices from a background task
33
description: DeviceUseTrigger lets your Universal Windows app access sensors and peripheral devices in the background, even when your foreground app is suspended.
44
ms.assetid: B540200D-9FF2-49AF-A224-50877705156B
55
ms.date: 02/08/2017
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp, background task
88
ms.localizationpriority: medium
99
---
@@ -167,4 +167,4 @@ To cancel a task running in the background from your foreground app, use the Unr
167167

168168
The [**Unregister**](/uwp/api/windows.applicationmodel.background.backgroundtaskregistration.unregister) method additionally takes a Boolean true or false value to indicate if currently running instances of your background task should be canceled without allowing them to finish. For more info, see the API reference for **Unregister**.
169169

170-
In addition to [**Unregister**](/uwp/api/windows.applicationmodel.background.backgroundtaskregistration.unregister), your app will also need to call [**BackgroundTaskDeferral.Complete**](/uwp/api/windows.applicationmodel.background.backgroundtaskdeferral.complete). This informs the system that the asynchronous operation associated with a background task has finished.
170+
In addition to [**Unregister**](/uwp/api/windows.applicationmodel.background.backgroundtaskregistration.unregister), your app will also need to call [**BackgroundTaskDeferral.Complete**](/uwp/api/windows.applicationmodel.background.backgroundtaskdeferral.complete). This informs the system that the asynchronous operation associated with a background task has finished.

uwp/launch-resume/activate-an-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Handle app activation
33
description: Learn how to handle app activation by overriding the OnLaunched method.
44
ms.assetid: DA9A6A43-F09D-4512-A2AB-9B6132431007
55
ms.date: 07/02/2018
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp
88
ms.localizationpriority: medium
99
dev_langs:
@@ -271,4 +271,4 @@ If the value of [**PreviousExecutionState**](/uwp/api/windows.applicationmodel.a
271271
* [Handle app suspend](suspend-an-app.md)
272272
* [Handle app resume](resume-an-app.md)
273273
* [Guidelines for app suspend and resume](./index.md)
274-
* [App lifecycle](app-lifecycle.md)
274+
* [App lifecycle](app-lifecycle.md)

uwp/launch-resume/add-a-splash-screen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add a splash screen
33
description: Set your app's splash screen image and background color using Microsoft Visual Studio.
44
ms.assetid: 41F53046-8AB7-4782-9E90-964D744B7D66
55
ms.date: 05/08/2018
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp
88
ms.localizationpriority: medium
99
---
@@ -47,4 +47,4 @@ If your app takes a while to load, consider adding an extended splash screen. Fo
4747

4848
* [Create a customized splash screen](create-a-customized-splash-screen.md)
4949
* [Package manifest schema reference: SplashScreen element](/uwp/schemas/appxpackage/appxmanifestschema/element-splashscreen)
50-
* [Windows.ApplicationModel.Activation.SplashScreen class](/uwp/api/Windows.ApplicationModel.Activation.SplashScreen)
50+
* [Windows.ApplicationModel.Activation.SplashScreen class](/uwp/api/Windows.ApplicationModel.Activation.SplashScreen)

uwp/launch-resume/auto-launching-with-autoplay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Auto-launching with AutoPlay
33
description: You can use AutoPlay to provide your app as an option when a user connects a device to their PC. This includes non-volume devices such as a camera or media player, or volume devices such as a USB thumb drive, SD card, or DVD.
44
ms.assetid: AD4439EA-00B0-4543-887F-2C1D47408EA7
55
ms.date: 08/25/2022
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp
88
ms.localizationpriority: medium
99
---

uwp/launch-resume/communicate-with-a-remote-app-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Communicate with a remote app service
33
description: Exchange messages with an app service running on a remote device using Project Rome.
44
ms.assetid: a0261e7a-5706-4f9a-b79c-46a3c81b136f
55
ms.date: 02/08/2017
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp, connected devices, remote systems, rome, project rome, background task, app service
88
ms.localizationpriority: medium
99
---

uwp/launch-resume/console-uwp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create a Universal Windows Platform console app
33
description: This topic describes how to write a UWP app that runs in a console window.
44
keywords: console uwp
55
ms.date: 05/13/2022
6-
ms.topic: article
6+
ms.topic: how-to
77
ms.localizationpriority: medium
88
---
99
# Create a Universal Windows Platform console app

uwp/launch-resume/convert-app-service-in-process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Convert an app service to run in the same process as its host app
33
description: Convert app service code that ran in a separate background process into code that runs inside the same process as your app service provider.
44
ms.date: 11/03/2017
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, app service
77
ms.assetid: 30aef94b-1b83-4897-a2f1-afbb4349696a
88
ms.localizationpriority: medium
@@ -95,4 +95,4 @@ In the code above the `OnBackgroundActivated` method handles the app service act
9595

9696
When the app receives a request and reads the [ValueSet](/uwp/api/windows.foundation.collections.valueset) provided to see if the `Key` and `Value` strings are present. If they are present then the app service returns a pair of `Response` and `True` string values back to the app on the other side of the **AppServiceConnection**.
9797

98-
Learn more about connecting and communicating with other apps at [Create and Consume an App Service](./how-to-create-and-consume-an-app-service.md?f=255&MSPPError=-2147217396).
98+
Learn more about connecting and communicating with other apps at [Create and Consume an App Service](./how-to-create-and-consume-an-app-service.md?f=255&MSPPError=-2147217396).

uwp/launch-resume/create-a-customized-splash-screen.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Display a splash screen for more time
33
description: Display a splash screen for more time by creating an extended splash screen for your app. This extended screen imitates the splash screen shown when your app is launched, but can be customized.
44
ms.assetid: CD3053EB-7F86-4D74-9C5A-950303791AE3
55
ms.date: 10/13/2022
6-
ms.topic: article
6+
ms.topic: how-to
77
keywords: windows 10, uwp
88
ms.localizationpriority: medium
99
---

uwp/launch-resume/create-and-host-a-package-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and host a package extension
33
description: This article shows you how to create a Windows 11 package extension and host it in an app. Package extensions are supported in UWP apps and packaged desktop apps.
44
keywords: app extension, app service, background
55
ms.date: 10/05/2023
6-
ms.topic: article
6+
ms.topic: how-to
77
ms.localizationpriority: medium
88
---
99

0 commit comments

Comments
 (0)