14

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

wonea
  • 4,783
  • 17
  • 86
  • 139
Priyank Thakkar
  • 4,752
  • 19
  • 57
  • 93

2 Answers2

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
-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