You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/managing-application-resources-dotnet.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
---
2
-
title: Manage application resources (.NET)
2
+
title: Manage application resources
3
3
description: Manage application resources files that aren't part of the compilation process in Visual Studio, such as icon files or audio files.
4
4
ms.custom: engagement-fy23
5
-
ms.date: 01/31/2023
5
+
ms.date: 7/16/2024
6
6
ms.topic: conceptual
7
7
f1_keywords:
8
8
- msvse_resedit.dlg.SetCustomTool
9
9
helpviewer_keywords:
10
10
- Resource Designer
11
11
- Resource Editor
12
+
- Resource View
12
13
- resources [Visual Studio]
13
14
- Resources page in Project Designer
14
15
- application resources [Visual Studio]
@@ -17,7 +18,7 @@ ms.author: meghaanand
17
18
manager: mijacobs
18
19
ms.subservice: general-ide
19
20
---
20
-
# Manage application resources (.NET)
21
+
# Manage application resources
21
22
22
23
Resource files are files that are part of an application but are not compiled, for example icon files or audio files. Since these files are not part of the compilation process, you can change them without having to recompile your binaries. If you are planning to localize your application, you should use resource files for all the strings and other resources that need to be changed when you localize your application.
23
24
@@ -41,7 +42,9 @@ Select the **Resources** tab. You can add a *.resx* file if your project does no
41
42
Resources are managed differently in .NET projects than in other project types. For more information about resources in:
42
43
43
44
- Universal Windows Platform (UWP) apps, see [App resources and the Resource Management System](/windows/uwp/app-resources/)
45
+
- C++/CLI (managed) projects, see [Resources in Desktop Apps](/dotnet/framework/resources/index)
44
46
- C++ projects, see [Work with resource files](/cpp/windows/working-with-resource-files) and [How to: Create a resource](/cpp/windows/how-to-create-a-resource)
47
+
- Use the **Resource View** window (**View** > **Other Windows** > **Resource View**) to display resource files included in your projects.
45
48
46
49
## Support options
47
50
@@ -50,4 +53,6 @@ If you run into a problem with managing application resources, see [Troubleshoot
50
53
## Related content
51
54
52
55
-[Resources in .NET apps (.NET Framework)](/dotnet/framework/resources/index)
53
-
-[Managing app resources (Visual Studio for Mac)](/visualstudio/mac/managing-app-resources)
56
+
-[Resource Editor](/cpp/windows/resource-editors)
57
+
-[Work with resource files (C++)](/cpp/windows/working-with-resource-files)
58
+
-[Resources in Universal Windows Platform apps](/windows/uwp/app-resources/)
Copy file name to clipboardExpand all lines: docs/ide/viewing-the-structure-of-code.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -237,4 +237,10 @@ The shortcut (or right-click) menu in the **Code Definition** window may contain
237
237
238
238
## Document Outline window
239
239
240
-
You can use the **Document Outline** window in conjunction with designer views, such as the designer for a XAML page or a Windows Form designer, or with HTML pages. This window displays the elements in a tree view, so that you can view the logical structure of the form or page and find controls that are deeply embedded or hidden.
240
+
You can use the **Document Outline** window in conjunction with designer views, such as the designer for a XAML page or a Windows Form designer, or with HTML pages. This window displays the elements in a tree view, so that you can view the logical structure of the form or page and find controls that are deeply embedded or hidden.
241
+
242
+
## Related links
243
+
244
+
-[Working with resource files (C++)](/cpp/windows/working-with-resource-files)
245
+
-[Resources in .NET apps (.NET Framework)](/dotnet/framework/resources/index)
0 commit comments