开发者

Graphical representation of an app using Visual Studio 2008 Professional edition

开发者 https://www.devze.com 2022-12-24 02:29 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消