ICallHierarchyMemberItem Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
| Name | Description | |
|---|---|---|
![]() | CancelSearch(String^) | Cancels a search for items in the specified category. |
![]() | FindReferences() | Finds references to the member item. |
![]() | ItemSelected() | Selects the item. |
![]() | NavigateTo() | Navigates to the item in code. |
![]() | ResumeSearch(String^) | Resumes a suspended search in the specified category name. |
![]() | StartSearch(String^, CallHierarchySearchScope, ICallHierarchySearchCallback^) | Starts a search in the specified category, constrained to the specified scope. The provider can call on the callback to report found items. |
![]() | SuspendSearch(String^) | Suspends a search in the specified category. |
Show:
