CallHierarchyUIOperation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the available Call Hierarchy operation.
public enum class CallHierarchyUIOperation
public enum class CallHierarchyUIOperation
enum CallHierarchyUIOperation
public enum CallHierarchyUIOperation
type CallHierarchyUIOperation =
Public Enum CallHierarchyUIOperation
- Inheritance
-
CallHierarchyUIOperation
Fields
Name | Value | Description |
---|---|---|
AddAsNewRoot | 0 | Adds the selected element as a new root. |
RemoveRoot | 1 | Removes the currently selected root. |
Copy | 2 | Copies the selected element. |
GoToDefinition | 3 | Invokes a Go To Definition command on the selected element. |
FindReferences | 4 | Invokes a Find References command on the selected element. |
Refresh | 5 | Refreshes the selected node. |
GoToReference | 6 | Goes to the reference of the selected element. |