Skip to content

Commit 5208b0c

Browse files
Merge pull request #10563 from TerryGLee/tglee-fresh24
review & refresh text in Add Class Diagrams
2 parents 42a1cf3 + 987ac10 commit 5208b0c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/ide/class-designer/how-to-add-class-diagrams-to-projects.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Add Class Diagrams to projects (Class Designer)
33
description: Learn how to design, edit, and refactor classes and other types, add a class diagram to your C#, Visual Basic, or C++ project.
44
ms.custom: SEO-VS-2020
5-
ms.date: 11/11/2021
5+
ms.date: 10/31/2022
66
ms.topic: how-to
77
helpviewer_keywords:
88
- class diagrams, creating
@@ -21,8 +21,12 @@ ms.workload:
2121

2222
To design, edit, and refactor classes and other types, add a class diagram to your C#, Visual Basic, or C++ project. To visualize different parts of the code in a project, add multiple class diagrams to the project.
2323

24+
::: moniker range="<=vs-2019"
25+
2426
You can't create class diagrams from projects that share code across multiple apps. To create UML class diagrams, see [Create UML modeling projects and diagrams](https://devblogs.microsoft.com/devops/uml-designers-have-been-removed-layer-designer-now-supports-live-architectural-analysis/).
2527

28+
::: moniker-end
29+
2630
## Install the Class Designer component
2731

2832
If you haven't installed the **Class Designer** component, follow these steps to install it.
@@ -68,7 +72,7 @@ In **Solution Explorer**, open a class file's context menu (right-click) and the
6872
In **Class View**, open the namespace or type context menu and then choose **View Class Diagram**.
6973

7074
> [!TIP]
71-
> If **Class View** is not open, open **Class View** from the **View** menu.
75+
> If **Class View** is not open, open **Class View** from the **View** menu. Or, press **Ctrl**+**Shift**+**C**.
7276
7377
## To display the contents of a complete project in a class diagram
7478

0 commit comments

Comments
 (0)