Skip to content

Commit d98262f

Browse files
authored
Merge pull request MicrosoftDocs#5487 from Saisang/sai-mstopicbulkupdate-20250610-5
Bulk update ms.topic in threading-async,ui-input,whats-new,winrt-components,xaml-platform,arm-docs
2 parents 969674e + 1ad0f9b commit d98262f

35 files changed

+43
-43
lines changed

landing/arm-docs/add-arm-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add support Arm devices to your Windows app
33
description: Guidance for adding Arm64 support to your app. Optimize your x64 app to perform better on Windows devices powered by Arm processors so that CPU, GPU, and NPU performance is accelerated, less power is consumed to preserve battery life, and wi-fi and mobile data network connections are supported.
44
ms.date: 05/21/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: marcs

landing/arm-docs/apps-on-arm-program-compat-troubleshooter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Program Compatibility Troubleshooter on Arm
33
description: Guidance for adjusting compatibility settings if your app isn't working correctly on Arm
44
ms.date: 02/23/2024
5-
ms.topic: article
5+
ms.topic: troubleshooting-general
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: marcs

landing/arm-docs/apps-on-arm-troubleshooting-arm32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting Arm32 UWP apps
33
description: Common issues with Arm32 apps when running on Arm, and how to fix them.
44
ms.date: 06/25/2021
5-
ms.topic: article
5+
ms.topic: troubleshooting-general
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: marcs

landing/arm-docs/apps-on-arm-troubleshooting-x86.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshooting x86 desktop apps
33
description: Learn how to troubleshoot and fix common issues with an x86 desktop app running on Arm64 including information about drivers, shell extensions, and debugging.
44
ms.date: 06/25/2021
5-
ms.topic: article
5+
ms.topic: troubleshooting-general
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: marcs

landing/arm-docs/arm32-to-arm64.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Update app architecture from Arm32 to Arm64
33
description: Guidance for changing apps with Arm32 architecture, a default for older UWP apps, to the updated Arm64 architecture using Visual Studio so that your app will work on the latest Windows on Arm devices.
44
ms.date: 09/27/2023
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: marcs

landing/arm-docs/arm64ec-abi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Understanding Arm64EC ABI and assembly code
33
description: An in-depth look at Arm64EC ABI, register mapping, call checkers, stack checkers, variadic calling, entry thunks, exit thunks, and adjuster thunks, fast-forward sequences, authoring Arm64EC in Assembly, and dynamically generating (JIT Compiling) Arm64EC code.
44
ms.date: 03/18/2022
5-
ms.topic: article
5+
ms.topic: concept-article
66
ms.service: windows
77
ms.subservice: arm
88
---

landing/arm-docs/arm64ec-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Get started with Arm64EC apps for Windows 11 on Arm
33
description: Build Arm64EC apps that run on Arm-powered devices with Windows 11.
44
ms.date: 08/08/2022
5-
ms.topic: article
5+
ms.topic: get-started
66
ms.service: windows
77
ms.subservice: arm
88
---

landing/arm-docs/arm64x-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Build Arm64X Files
33
description: Build Arm64X files for situations where one file is loaded into both x64/Arm64EC and Arm64 processes.
44
ms.date: 08/08/2024
5-
ms.topic: article
5+
ms.topic: how-to
66
ms.service: windows
77
ms.subservice: arm
88
---

landing/arm-docs/create-arm-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Create a Windows on Arm VM in the Azure portal
33
description: In this quickstart, you learn how to use the Azure portal to create a Windows on Arm virtual machine
44
ms.date: 11/13/2024
5-
ms.topic: article
5+
ms.topic: quickstart
66
ms.service: windows
77
ms.subservice: arm
88
ms.reviewer: jcoliz

uwp/threading-async/using-windows-runtime-objects-in-a-multithreaded-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Using Windows Runtime objects in a multithreaded environment | Microsoft Docs
33
description: This article discusses the way the .NET Framework handles calls from C# and Visual Basic code to objects that are provided by the Windows Runtime or by Windows Runtime components.
44
ms.date: 01/14/2017
5-
ms.topic: article
5+
ms.topic: concept-article
66
ms.assetid: 43ffd28c-c4df-405c-bf5c-29c94e0d142b
77
keywords: windows 10, uwp, timer, threads
88
ms.localizationpriority: medium
@@ -157,4 +157,4 @@ For objects that run on the UI thread and throw exceptions when they are called
157157
## See Also
158158
[C# Guide](/dotnet/csharp/)
159159

160-
[Visual Basic Guide](/dotnet/visual-basic/)
160+
[Visual Basic Guide](/dotnet/visual-basic/)

0 commit comments

Comments
 (0)