CallHierarchyUIOperation Enumeration
Specifies the available Call Hierarchy operation.
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
Public Enumeration CallHierarchyUIOperation
public enum CallHierarchyUIOperation
public enum class CallHierarchyUIOperation
type CallHierarchyUIOperation
public enum CallHierarchyUIOperation
Members
Member name | Description | |
---|---|---|
AddAsNewRoot | Adds the selected element as a new root. | |
RemoveRoot | Removes the currently selected root. | |
Copy | Copies the selected element. | |
GoToDefinition | Invokes a Go To Definition command on the selected element. | |
FindReferences | Invokes a Find References command on the selected element. | |
Refresh | Refreshes the selected node. | |
GoToReference | Goes to the reference of the selected element. |