ICallHierarchyMemberItem Methods

 

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

NameDescription
System_CAPS_pubmethodCancelSearch(String^)

Cancels a search for items in the specified category.

System_CAPS_pubmethodFindReferences()

Finds references to the member item.

System_CAPS_pubmethodItemSelected()

Selects the item.

System_CAPS_pubmethodNavigateTo()

Navigates to the item in code.

System_CAPS_pubmethodResumeSearch(String^)

Resumes a suspended search in the specified category name.

System_CAPS_pubmethodStartSearch(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.

System_CAPS_pubmethodSuspendSearch(String^)

Suspends a search in the specified category.

Return to top
Show: