I am creating class diagram using VS2010. Is there any way to import VS2010 generated class diagrams to import in MS Visio?
Asked
Active
Viewed 1.3k times
14
-
The idea become wonderfull if you want a poster of your data model :) – hdoghmen Jan 19 '15 at 22:11
2 Answers
7
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.

g t
- 7,287
- 7
- 50
- 85

Priyank Thakkar
- 4,752
- 19
- 57
- 93
-
Thanks but ... 1 - I couldn't find the 'export' function (VS2012). 2 - Isn't emf a bitmap? If so, would this be importable to Visio? – David Perlman Dec 13 '12 at 10:06
-
@DavidPerlman: I have not got a chance to look at VS2012. If it is an emf it would be a huge benefit. – Priyank Thakkar Dec 13 '12 at 14:37
-
3I confirm that in visual studio ultimate 2013, there is no `*.emf` option. – hdoghmen Jan 19 '15 at 22:10
-
Unfortunately there is no *.emf option in Visual Studio 2015 Enterprise either. – ProfNimrod May 09 '16 at 18:38
-
1What version is this for. I am using VS pro 2010 and I don't see anything like this. – eaglei22 Jun 20 '16 at 17:53
-
-3
You can do it from visual studio
File > Print
and then send it to OneNote or choose PDF.

hdoghmen
- 3,175
- 4
- 29
- 33
-
I don't see this option.. for VS Pro 2010. What version are you referencing and simply, File > Print did not work.. I can't even select print when highlighting the class diagram. – eaglei22 Jun 20 '16 at 17:54