How Can I export the list of classes from a Visual studio 2008 solution

╄→尐↘猪︶ㄣ 提交于 2019-12-04 04:10:01

问题


Is there any easy way to get the list of classes from VS.Net 2008 to a text file or an excel sheet.

I just want to make a list of classes that I have in a solution.

Thanks in Advance,


回答1:


In class view, Goto Class View Settings , Deselect all the unwanted items as per your need.

Select all the classes that you need. Now you can copy paste into any where.




回答2:


1 possible way would be use find all (Ctrl Shift f is shortcut) within VS and search for Class and ser Look at these File Types as being *.cs and also for result options set "Display File names Only"



来源:https://stackoverflow.com/questions/3838570/how-can-i-export-the-list-of-classes-from-a-visual-studio-2008-solution

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