Skip to content

Commit 3671528

Browse files
committed
Correct naming
1 parent b6e32af commit 3671528

33 files changed

Lines changed: 51 additions & 53 deletions

hub/apps/develop/camera/camera-quickstart-winui3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The code in this walkthrough is adapted from the [MediaCapture WinUI sample on g
2121
## Prerequisites
2222

2323
- Your device must have developer mode enabled. For more information see [Settings for developers](/windows/advanced-settings/developer-mode).
24-
- Visual Studio 2022 or later with the **WinUI application development** workload.
24+
- Visual Studio 2026 or later with the **WinUI application development** workload.
2525

2626
## Create a new WinUI app
2727

28-
In Visual Studio, create a new project. In the **Create a new project** dialog, set the language filter to "C#" and the platform filter to "Windows", then select the "Blank App, Packaged (WinUI in desktop)" project template.
28+
In Visual Studio, create a new project. In the **Create a new project** dialog, set the language filter to "C#" and the platform filter to "Windows", then select the "WinUI Blank App (Packaged)" project template.
2929

3030

3131
## Create the UI

hub/apps/develop/composition/composition-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ This quick start tutorial shows you how to make use of some of the basic capabil
137137
### Creating a new project
138138

139139
- Go to **File** > **New** > **Project**.
140-
- Select the **Blank App, Packaged (WinUI 3 in Desktop)** template, or choose **Blank App, Unpackaged (WinUI 3 in Desktop)** if that better matches your app model.
140+
- Select the **WinUI Blank App (Packaged)** template.
141141
- Enter a project name of your choosing.
142142
- Click **Create**.
143143

hub/apps/develop/data-access/sqlite-data-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this tutorial, you'll learn how to:
2828

2929
To complete this tutorial, you need:
3030

31-
- Visual Studio 2022 or later with **WinUI application development** workload
31+
- Visual Studio 2026 or later with **WinUI application development** workload
3232
- Basic familiarity with C# and XAML
3333
- Understanding of fundamental database concepts
3434

hub/apps/develop/data-binding/bind-to-hierarchical-data-and-create-a-master-details-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article assumes that you know how to create a basic WinUI app. For instruct
2828

2929
## Create the project
3030

31-
Create a new **Blank App, Packaged (WinUI in Desktop)** project. Name it "MasterDetailsBinding".
31+
Create a new **WinUI Blank App (Packaged)** project. Name it "MasterDetailsBinding".
3232

3333
## Create the data model
3434

hub/apps/develop/data-binding/data-binding-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This topic assumes that you know how to create a basic WinUI app with Windows Ap
2121

2222
## Create the project
2323

24-
Create a new **WinUI Blank App, Packaged** C# project. Name it "Quickstart".
24+
Create a new **WinUI Blank App (Packaged)** C# project. Name it "Quickstart".
2525

2626
## Bind to a single item
2727

hub/apps/develop/feeds/implement-feed-provider-cs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To implement a feed provider using C++/WinRT, see [Implement a feed provider in
1818
## Prerequisites
1919

2020
- Your device must have developer mode enabled. For more information see [Settings for developers](/windows/advanced-settings/developer-mode).
21-
- Visual Studio 2022 or later with the **Universal Windows Platform development** workload.
21+
- Visual Studio 2026 or later with the **WinUI application development** workload.
2222

2323
## Create a new C# console app
2424

hub/apps/develop/feeds/implement-feed-provider-win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To implement a feed provider using C++/WinRT, see [Implement a feed provider in
1818
## Prerequisites
1919

2020
- Your device must have developer mode enabled. For more information see [Settings for developers](/windows/advanced-settings/developer-mode).
21-
- Visual Studio 2022 or later with the **Universal Windows Platform development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
21+
- Visual Studio 2026 or later with the **WinUI application development** workload. Make sure to add the component for C++ (v143) from the optional dropdown.
2222

2323
## Create a new C++/WinRT win32 console app
2424

hub/apps/develop/files/dotnet-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ WinUI apps can use [.NET APIs](/dotnet/) alongside WinRT and Win32 APIs to provi
1717

1818
## Prerequisites
1919

20-
- Visual Studio 2022 with the **WinUI application development** workload installed
20+
- Visual Studio 2026 with the **WinUI application development** workload installed
2121
- A packaged WinUI project
2222
- Basic familiarity with C# and .NET development
2323

hub/apps/develop/platform/csharp-winrt/authoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.localizationpriority: medium
1111
> [!NOTE]
1212
> Authoring Windows Runtime components with C#/WinRT is supported on .NET 6 and later.
1313
14-
The C#/WinRT NuGet package provides support for authoring your own Windows Runtime types and components in C#, and consuming them from any Windows Runtime-compatible language such as [C++/WinRT](/windows/uwp/cpp-and-winrt-apis/) or [Rust](../../../../dev-environment/rust/rust-for-windows.md). C#/WinRT authoring and hosting support requires .NET 6 and Visual Studio 2022, and it is intended to support desktop application scenarios including the [Windows App SDK](../../../windows-app-sdk/index.md), and [WinUI3](../../../winui/winui3/index.md).
14+
The C#/WinRT NuGet package provides support for authoring your own Windows Runtime types and components in C#, and consuming them from any Windows Runtime-compatible language such as [C++/WinRT](/windows/uwp/cpp-and-winrt-apis/) or [Rust](../../../../dev-environment/rust/rust-for-windows.md). C#/WinRT authoring and hosting support requires .NET 6 and Visual Studio 2026, and it is intended to support desktop application scenarios including the [Windows App SDK](../../../windows-app-sdk/index.md), and [WinUI3](../../../winui/winui3/index.md).
1515

1616
For a walkthrough showing how to author a Windows Runtime component with .NET 6, and how to consume it from a C++/WinRT console application, see [Walkthrough: Create a C#/WinRT component and consume it from C++/WinRT](./create-windows-runtime-component-cswinrt.md).
1717

hub/apps/develop/platform/csharp-winrt/create-winrt-component-winui-cswinrt.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This walkthrough demonstrates how to author a C# component with a custom WinUI c
1818

1919
This walkthrough requires the following tools and components:
2020

21-
- [Visual Studio 2022](/visualstudio/releases/2022/release-notes)
21+
- [Visual Studio 2026](/visualstudio/releases/2026/release-notes)
2222
- [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0)
2323
- [Windows App SDK VSIX](../../../windows-app-sdk/downloads.md) (1.1 from the stable channel)
2424

@@ -108,11 +108,11 @@ This walkthrough requires the following tools and components:
108108

109109
## Reference the component from a Windows App SDK C++/WinRT app
110110

111-
The following steps show how to consume the component created from the previous section from a C++/WinRT Windows App SDK application. Consuming a C#/WinRT component from C++ currently requires using the single-project **Blank App, Packaged (WinUI in Desktop)** template. Note that C# components can also be referenced from C# packaged apps without class registrations.
111+
The following steps show how to consume the component created from the previous section from a C++/WinRT Windows App SDK application. Consuming a C#/WinRT component from C++ currently requires using the single-project **WinUI Blank App (Packaged)** template. Note that C# components can also be referenced from C# packaged apps without class registrations.
112112

113113
Consumption from packaged apps that use a separate **Windows Application Packaging (WAP)** project is not currently supported. See [Authoring C#/WinRT components](https://github.com/microsoft/CsWinRT/blob/master/docs/authoring.md) in the C#/WinRT GitHub repo for the latest updates on supported project configurations.
114114

115-
1. Add a new C++ Windows App SDK application project to your solution. Right-click on your solution in Visual Studio, and select **Add** > **New Project**. Select the C++ **Blank App, Packaged (WinUI in Desktop)** template provided by the Windows App SDK. For this walkthrough, we named the app **CppApp**.
115+
1. Add a new C++ Windows App SDK application project to your solution. Right-click on your solution in Visual Studio, and select **Add** > **New Project**. Select the C++ **WinUI Blank App (Packaged)** template provided by the Windows App SDK. For this walkthrough, we named the app **CppApp**.
116116

117117
1. Add a project reference from the C++ app to the C# component. In Visual Studio, right-click on the C++ project and choose **Add** > **Reference**, and select the **WinUIComponentCs** project.
118118

@@ -171,7 +171,7 @@ Consumption from packaged apps that use a separate **Windows Application Packagi
171171
</StackPanel>
172172
```
173173

174-
1. Set **CppApp** as the startup project&mdash;right-click on **CppApp**, and select **Set as Startup Project**. Set the solution configuration to `x86`. Before building, you might also need to retarget your solution to build with the Visual Studio 2022 build tools. Right-click on the solution, select **Retarget solution**, and upgrade the Platform Toolset to **v143**.
174+
1. Set **CppApp** as the startup project&mdash;right-click on **CppApp**, and select **Set as Startup Project**. Set the solution configuration to `x86`. Before building, you might also need to retarget your solution to build with the Visual Studio 2026 build tools. Right-click on the solution, select **Retarget solution**, and upgrade the Platform Toolset to **v143**.
175175

176176
1. Build and run the app to see the custom **NameReporter** control.
177177

0 commit comments

Comments
 (0)