Microsoft.VisualStudio.Language.CallHierarchy Namespace

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

The Microsoft.VisualStudio.Language.CallHierarchy namespace contains the interfaces and classes for the Call Hierarchy feature.

Classes

  Class Description
Public class CallHierarchyPredefinedSearchCategoryNames Contains predefined category names for Call Hierarchy search.
Public class CallHierarchySearchCategory Represents a category of Call Hierarchy search results.

Interfaces

  Interface Description
Public interface ICallHierarchyItemDetails Represents the item details for each element in the Call Hierarchy window.
Public interface ICallHierarchyMemberItem Represents an item for a member of a type.
Public interface ICallHierarchyNameItem Represents a simple item without any subitems, such as an initializer reference.
Public interface ICallHierarchySearchCallback Represents a callback that the UI gives to the data provider during a search.
Public interface ICallHierarchyToolWindowUI Represents the UI for the Call Hierarchy window.
Public interface ICallHierarchyUIFactory The UI factory for Call Hierarchy.

Enumerations

  Enumeration Description
Public enumeration CallHierarchySearchScope Specifies the scope of a Call Hierarchy search.
Public enumeration CallHierarchyUIOperation Specifies the available Call Hierarchy operation.