Share via


ICallHierarchyToolWindowUI Interface

Definition

Represents the UI for the Call Hierarchy window.

public interface class ICallHierarchyToolWindowUI
public interface class ICallHierarchyToolWindowUI
__interface ICallHierarchyToolWindowUI
public interface ICallHierarchyToolWindowUI
type ICallHierarchyToolWindowUI = interface
Public Interface ICallHierarchyToolWindowUI

Properties

UIElement

Gets the Windows Presentation Foundation (WPF) element for the UI.

Methods

AddRootItem(ICallHierarchyMemberItem)

Adds a root-level item to the Call Hierarchy tree.

AllowContextMenuAtLocation(Point)

Determines whether a shortcut menu is allowed at the given ___location.

CanExecuteUIOperation(CallHierarchyUIOperation)

Determines whether the specified operation can be executed on the Call Hierarchy window.

ClearAllItems()

Clears all items from the Call Hierarchy window.

DetermineContextMenuLocationForKeyboardFocusedElement()

Determines the ___location of a shortcut menu invoked from the keyboard.

ExecuteUIOperation(CallHierarchyUIOperation)

Runs the specified UI operation on the Call Hierarchy window.

Applies to