Generate UML Class Diagram for one project in solution
I want to ask How can I generate UML Class Diagram for only one project in solution ? When I generate by click Architecture -> Generate Dependency Diagram, I get diagram of solution, I have 8 projects in solution, so diagram looks terible. I programming in c# and use VS 2010 Ulimate Can I generate diagram only for some classes ? for example for classes in开发者_运维百科 one folder ?
I don't know this tool but did you try to drag and drop manually the class you want to display into an empty class diagram ? It usually works.
If you have an MSDN subscription, you can install the Visual Studio 2010 Feature Pack 2, so that you can do this: How to: Create UML Class Diagrams from Code.
精彩评论