Share via


ICallHierarchyToolWindowUI Interface

Represents the UI for the Call Hierarchy window.

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

Syntax

'Declaration
Public Interface ICallHierarchyToolWindowUI
public interface ICallHierarchyToolWindowUI
public interface class ICallHierarchyToolWindowUI
type ICallHierarchyToolWindowUI =  interface end
public interface ICallHierarchyToolWindowUI

The ICallHierarchyToolWindowUI type exposes the following members.

Properties

  Name Description
Public property UIElement Gets the Windows Presentation Foundation (WPF) element for the UI.

Top

Methods

  Name Description
Public method AddRootItem Adds a root-level item to the Call Hierarchy tree.
Public method AllowContextMenuAtLocation Determines whether a shortcut menu is allowed at the given location.
Public method CanExecuteUIOperation Determines whether the specified operation can be executed on the Call Hierarchy window.
Public method ClearAllItems Clears all items from the Call Hierarchy window.
Public method DetermineContextMenuLocationForKeyboardFocusedElement Determines the location of a shortcut menu invoked from the keyboard.
Public method ExecuteUIOperation Runs the specified UI operation on the Call Hierarchy window.

Top

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace