Share via


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.
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.

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace