Is there a way to browse the derived types of a base type using the Object Browser [duplicate]
Obviously this would be scoped to the current solution, but I need to find all the types that inherit from a particular base type. The Object Browser seems to only support backtracking through the inheritance tree from a given type.
Actually, this is weird:
On this MSDN page, it says:
Show Derived Types
Toggles display of derived types in the Objects pane. Available only for Visual C++ projects and the .NET Framework.
But the option 'Show Derived Types' doesnt appear for me in the Object Browser settings.
Alternatively, if you have ReSharper its just:
Press alt
+ end
once you've clicked on the class in object browser.
Or right click on class > Derived Symbols
.
With cursor on the type, right click - Inspect - Hierarchy
精彩评论