Going to a Type

See Also

The Go to Type dialog box lets you find a type (class, struct, enum, or typedef) by its name or prefix. The search is performed on all open projects.

To go directly to a type, do the following:

  1. Choose Navigate > Go To Type (Ctrl-O).
  2. In the Go to Type dialog box, type a character string or regular expression in the Type Name field. Types that match the string are displayed in the Matches list.
  3. You can constrain the search by selecting the Case Sensitive check box.
  4. Select a type in the Matches list and click OK. The Source Editor displays the declaration of that type.
See Also
Using the Type Hierarchy Window
Using the Navigator Window
Using Hyperlink Navigation
Using the Classes Window

Legal Notices