From the course: Visual Studio 2019 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

View class relationships with Class Diagram

View class relationships with Class Diagram - Visual Studio Tutorial

From the course: Visual Studio 2019 Essential Training

Start my 1-month free trial

View class relationships with Class Diagram

- [Instructor] This next demonstration uses the Class diagram. It's not part of the installed packages we added at the beginning of this course. So I'll run the Visual Studio installer. I'll choose the 2019 install. Click on modify, and then go to individual components. We're looking for the code tools. Here they are. This shows some of the other tools that are not installed by default. The one we want is this Class Designer. There's some other interesting ones like Code Clown and Code Map that are interesting if you have the Enterprise edition. The Class Designer is available in all editions. I'll click on modify and then we'll restart Vision Studios. The class diagram is an instance of this class designer. This is a file that's contained inside your project and when you open it, it has a designer surface here that allows you to visualize the way your classes look and how they relate to other classes and interfaces. To add a class diagram to your project, you'll go to your project…

Contents