This documentation is archived and is not being maintained.
Microsoft.VisualStudio.Language.CallHierarchy Namespace
Visual Studio 2013
[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.
| Class | Description | |
|---|---|---|
|
CallHierarchyPredefinedSearchCategoryNames | Contains predefined category names for Call Hierarchy search. |
|
CallHierarchySearchCategory | Represents a category of Call Hierarchy search results. |
| Interface | Description | |
|---|---|---|
|
ICallHierarchyItemDetails | Represents the item details for each element in the Call Hierarchy window. |
|
ICallHierarchyMemberItem | Represents an item for a member of a type. |
|
ICallHierarchyNameItem | Represents a simple item without any subitems, such as an initializer reference. |
|
ICallHierarchySearchCallback | Represents a callback that the UI gives to the data provider during a search. |
|
ICallHierarchyToolWindowUI | Represents the UI for the Call Hierarchy window. |
|
ICallHierarchyUIFactory | The UI factory for Call Hierarchy. |
| Enumeration | Description | |
|---|---|---|
|
CallHierarchySearchScope | Specifies the scope of a Call Hierarchy search. |
|
CallHierarchyUIOperation | Specifies the available Call Hierarchy operation. |
Show: