Go To Definition Window
Displays multiple code element definitions that you can choose from when searching for a code definition.
The Go To Definition window appears after the selection of the View Definition command results in multiple code element definitions. You can select the View Definition command from the shortcut menu that appears when you right-click inside a program's Editing window.
- File
Lists the file name and location of the code definition. - Class.Method (Line)
Lists the class, method, and line number, if available, of the code definition. - Code
Lists the code that contains the code definition. - Go To
Moves to the location of the code definition selected.