Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting VS2010 class diagrams to Visio

I am creating class diagram using VS2010. Is there any way to import VS2010 generated class diagrams to import in MS Visio?

like image 869
Priyank Thakkar Avatar asked Jul 09 '12 15:07

Priyank Thakkar


People also ask

Does Visio support UML?

Unified Modeling Language (UML) is a standard way to draw software models, sketch out designs, or document existing designs and systems. Note: If you're using Visio for the web, be aware that UML diagrams are available in Visio Plan 1, but are not available in Visio in Microsoft 365.

How do you create a class diagram from a project in Visual Studio 2017?

Expand Common Items > General, and then select Class Diagram from the template list. For Visual C++ projects, look in the Utility category to find the Class Diagram template.


1 Answers

Right-click on the class diagram within Visual Studio and select "Export Diagram as Image..."

Choose Enhanced Metafile Format (*.emf) which is recognized by Visio.

like image 168
2 revs, 2 users 67% Avatar answered Sep 28 '22 08:09

2 revs, 2 users 67%