Generate a class diagram from Visual Studio

吃可爱长大的小学妹 提交于 2019-12-05 21:24:51

问题


I would like to generate a class diagram with relations for my visual studio project. I opened my solution, added a new ModelingProject, added a new .classdiagram file but when i want to drag my folders or my classes onto the diagram layout I get the "not available" sign.

Does anyone has any idea on how to fix this ?


回答1:


For generating the class diagram visual studio is providing the in-built option please use that, Go to class view window of your project, RightClick -> select View -> click on View Class Diagram. This will generate class diagram for your project.

Ref:

  • https://msdn.microsoft.com/en-us/library/ff657806.aspx
  • How to generate class diagram from project in Visual Studio 2013?

Thanks



来源:https://stackoverflow.com/questions/17191218/generate-a-class-diagram-from-visual-studio

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!