Visual Basic 2005 for Programmers: Deitel Developer Series, Second Edition
by Paul J. Deitel - Deitel & Associates, Inc., Harvey M. Deitel - Deitel & Associates, Inc.
9.12. Object Browser
Now we present a feature that Visual Studio provides to facilitate the design of object-oriented applications—the Object Browser. The Object Browser lists all the libraries that are available to the application, including the Framework Class Library (FCL) classes and programmer-defined classes. Developers use the Object Browser to learn about the functionality provided by specific classes. To open the Object Browser, right click any Visual Basic class or method in the code editor and select Go To Definition (Figs. 9.14–9.15). Figure 9.16 shows the Object Browser after the user selects class Random in Fig. 9.14. Figure 9.17 shows the Object Browser after the user selects method Next of class Random in Fig. 9.15. The Object ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access