CallHierarchyUIOperation Enum

Definition

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

AddAsNewRoot 0

Adds the selected element as a new root.

Copy 2

Copies the selected element.

FindReferences 4

Invokes a Find References command on the selected element.

GoToDefinition 3

Invokes a Go To Definition command on the selected element.

GoToReference 6

Goes to the reference of the selected element.

Refresh 5

Refreshes the selected node.

RemoveRoot 1

Removes the currently selected root.

Applies to