Is there a way in Vis开发者_JS百科ual Studio 2008 Professional edition to create a graphical representation of an application? What I am looking for is a flowchart or other design graph that shows each program in the app and how they relate to other programs and files in the app. I can create one using Visio, but wanted to know if there is something built into Visual Studio that can do this.
Yes.
In the solution explorer, right click on your project, and choose Add->New Item...
In the Project Items, add a "Class Diagram".
This lets you create a class diagram, which can be used to show inheritance and other relationships between your classes.
精彩评论