Skip to content

Commit c2823a4

Browse files
authored
Merge pull request MicrosoftDocs#5485 from Saisang/sai-mstopicbulkupdate-20250610-3
Bulk update ms.topic in cpp-and-winrt-apis,data-access,data-binding,debug-test-perf,devices-sensors,dotnet-native,enterprise,files,gaming,get-started,graphics-concepts
2 parents 6ebc461 + aa8ad50 commit c2823a4

File tree

200 files changed

+293
-293
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

+293
-293
lines changed

uwp/cpp-and-winrt-apis/boxing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: A scalar or array value needs to be wrapped inside a reference class object before being passed to a function that expects **IInspectable**. That wrapping process is known as *boxing* the value.
33
title: Boxing and unboxing values to IInspectable with C++/WinRT
44
ms.date: 04/23/2019
5-
ms.topic: article
5+
ms.topic: concept-article
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, XAML, control, boxing, scalar, value
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/clipboard-to-winrt-from-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Porting the Clipboard sample to C++/WinRT from C# (a case study)
33
description: This topic presents a case study of porting one of the [Universal Windows Platform (UWP) app samples](https://github.com/microsoft/Windows-universal-samples) from [C#](/visualstudio/get-started/csharp) to [C++/WinRT](./intro-to-using-cpp-with-winrt.md).
44
ms.date: 09/06/2022
5-
ms.topic: article
5+
ms.topic: concept-article
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, port, migrate, C#, sample, clipboard, case, study
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/consume-apis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic shows how to consume C++/WinRT APIs, whether they're implemented by Windows, a third-party component vendor, or by yourself.
33
title: Consume APIs with C++/WinRT
44
ms.date: 04/23/2019
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projected, projection, implementation, runtime class, activation
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/consume-com.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic uses a full Direct2D code example to show how to use C++/WinRT to consume COM classes and interfaces.
33
title: Consume COM components with C++/WinRT
44
ms.date: 04/24/2019
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, COM, component, class, interface
77
ms.localizationpriority: medium
88
---
@@ -549,4 +549,4 @@ You can then refer to **winrt::Windows::Storage::StorageFile**, for example, as
549549
## Important APIs
550550
* [winrt::check_hresult function](/uwp/cpp-ref-for-winrt/error-handling/check-hresult)
551551
* [winrt::com_ptr struct template](/uwp/cpp-ref-for-winrt/com-ptr)
552-
* [winrt::Windows::Foundation::IUnknown struct](/uwp/cpp-ref-for-winrt/windows-foundation-iunknown)
552+
* [winrt::Windows::Foundation::IUnknown struct](/uwp/cpp-ref-for-winrt/windows-foundation-iunknown)

uwp/cpp-and-winrt-apis/cpp-value-categories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic describes the various categories of values that exist in C++. You'll doubtless have heard of lvalues and rvalues, but there are other kinds too.
33
title: Value categories, and references to them
44
ms.date: 02/22/2022
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, moving, forwarding, value categories, move semantics, perfect forwarding, lvalue, rvalue, glvalue, prvalue, xvalue
77
ms.localizationpriority: medium
88
ms.custom: RS5

uwp/cpp-and-winrt-apis/diag-direct-alloc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic goes in-depth on a C++/WinRT 2.0 feature that helps you diagnose the mistake of creating an object of implementation type on the stack, rather than using the [**winrt::make**](/uwp/cpp-ref-for-winrt/make) family of helpers, as you should.
33
title: Diagnosing direct allocations
44
ms.date: 07/19/2019
5-
ms.topic: article
5+
ms.topic: concept-article
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, direct, stack, allocations, projected, implementation
77
ms.localizationpriority: medium
88
---
@@ -133,4 +133,4 @@ So, C++/WinRT challenges our preconceived notions of what it means to write clas
133133

134134
## Related topics
135135
* [Consume APIs with C++/WinRT](consume-apis.md)
136-
* [Author APIs with C++/WinRT](./author-apis.md)
136+
* [Author APIs with C++/WinRT](./author-apis.md)

uwp/cpp-and-winrt-apis/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: To get you up to speed with using C++/WinRT, this topic walks through a simple code example.
33
title: Get started with C++/WinRT
44
ms.date: 01/28/2022
5-
ms.topic: article
5+
ms.topic: get-started
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, get, getting, started
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/handle-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic shows how to register and revoke event-handling delegates using C++/WinRT.
33
title: Handle events by using delegates in C++/WinRT
44
ms.date: 04/23/2019
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projected, projection, handle, event, delegate
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/intro-to-using-cpp-with-winrt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: An introduction to C++/WinRT—a standard C++ language projection for Windows Runtime APIs.
33
title: Introduction to C++/WinRT
44
ms.date: 11/11/2021
5-
ms.topic: article
5+
ms.topic: concept-article
66
keywords: windows 11, windows 10, uwp, standard, c++, cpp, winrt, projection, introduction
77
ms.localizationpriority: medium
88
---

uwp/cpp-and-winrt-apis/move-to-winrt-from-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: This topic comprehensively catalogs the technical details involved in porting the source code in a [C#](/visualstudio/get-started/csharp) project to its equivalent in [C++/WinRT](./intro-to-using-cpp-with-winrt.md).
33
title: Move to C++/WinRT from C#
44
ms.date: 07/15/2019
5-
ms.topic: article
5+
ms.topic: how-to
66
keywords: windows 10, uwp, standard, c++, cpp, winrt, projection, port, migrate, C#
77
ms.localizationpriority: medium
88
---
@@ -546,4 +546,4 @@ namespace winrt::MyNamespace::implementation
546546
## Related topics
547547
* [C# tutorials](/visualstudio/get-started/csharp)
548548
* [C++/WinRT](./index.md)
549-
* [Data binding in depth](../data-binding/data-binding-in-depth.md)
549+
* [Data binding in depth](../data-binding/data-binding-in-depth.md)

0 commit comments

Comments
 (0)