ICallHierarchySearchCallback Methods

 

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

NameDescription
System_CAPS_pubmethodAddResult(ICallHierarchyMemberItem^)

Adds an ICallHierarchyMemberItem to the Call Hierarchy display.

System_CAPS_pubmethodAddResult(ICallHierarchyNameItem^)

Adds an ICallHierarchyNameItem to the Call Hierarchy display.

System_CAPS_pubmethodInvalidateResults()

Clears existing search results.

System_CAPS_pubmethodReportProgress(Int32, Int32)

Updates the progress of the Call Hierarchy search.

System_CAPS_pubmethodSearchFailed(String^)

Notifies the UI that the Call Hierarchy search failed.

System_CAPS_pubmethodSearchSucceeded()

Notifies the UI that the Call Hierarchy search succeeded.

Return to top
Show: