May 2010
Intermediate to advanced
1272 pages
61h 18m
English
Since the previous versions of Visual Studio, the IDE offers another graphical tool for managing objects, known as the Class View window. To enable this tool you can press Ctrl+Shift+C if it’s not already available as a floating window. Basically it’s a browsing tool that shows a graphical representation of the objects’ hierarchy in your solution and that allows searching for specific members or getting information about types being part of your project, including base types. Figure 17.10 shows this tool window in action, pointing to the same project used in the previous section.
Figure 17.10 The Class View tool window.

As ...
Read now
Unlock full access