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