Browsing Code and Components

Use the Object Browser to examine the symbols available for use in your projects. Open the Object Browser from the View menu or by clicking the Object Browser button on the main toolbar.

The scope of the Object Browser can be narrowed to the projects you are developing and the components they reference, or expanded to include the entire .NET Framework, COM components installed on your machine, and any external components available. You can also search a custom set of folders for available components. For more information, see How to: View and Alter the Browsing Scope.

The Object Browser displays three panes: an Objects pane on the left, a Members pane on the upper right, and a Description pane on the lower right.

In the Objects pane, icons identify hierarchical structures such as .NET Framework and COM components, namespaces, type libraries, interfaces, enums, and classes. To narrow down the list of items in the Objects pane, use Search. To redisplay all available items, click Clear Search.

You can expand structures in the Objects pane to reveal ordered lists of their members. Properties, methods, events, variables, constants, and other nested items are listed in the Members pane. Information about the item currently selected in the Objects or Members pane appears in the Description pane. For more information, see How to: Navigate in the Object Browser.

In This Section

See Also

Other Resources

Shortcut Keys