CallHierarchyUIOperation Enumeration
Visual Studio 2015
Specifies the available Call Hierarchy operation.
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
| Member name | Description | |
|---|---|---|
| AddAsNewRoot | Adds the selected element as a new root. | |
| Copy | Copies the selected element. | |
| FindReferences | Invokes a Find References command on the selected element. | |
| GoToDefinition | Invokes a Go To Definition command on the selected element. | |
| GoToReference | Goes to the reference of the selected element. | |
| Refresh | Refreshes the selected node. | |
| RemoveRoot | Removes the currently selected root. |
Show: