Exporting From Class Details Visual Studio

狂风中的少年 提交于 2020-04-15 04:15:29

问题


I found that in visual studio we can add the summary to code easily from creating class Diagram, add class and open Class Details.

Now I want to know if it is possible to export it into an excel file for example.


回答1:


Check comment from @MD's to this answer https://stackoverflow.com/a/39080107/382515
(Visual Studio go to Analyze menu -> Calculate Code Metrics for Solution then click Excel button on the shown panel. Excel will popup with all your solution namespaces and classes listed. You can filter by class using the Type column)
Credits to @MD's




回答2:


I don't think you can export excel. It would not be useful in any way. But you're probably going to do a class / project template. And create another class based on this schema.

how create template class, project



来源:https://stackoverflow.com/questions/46872752/exporting-from-class-details-visual-studio

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