ICallHierarchySearchCallback Interface
Visual Studio 2015
Represents a callback that the UI gives to the data provider during a search.
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
| Name | Description | |
|---|---|---|
![]() | AddResult(ICallHierarchyMemberItem) | Adds an ICallHierarchyMemberItem to the Call Hierarchy display. |
![]() | AddResult(ICallHierarchyNameItem) | Adds an ICallHierarchyNameItem to the Call Hierarchy display. |
![]() | InvalidateResults() | Clears existing search results. |
![]() | ReportProgress(Int32, Int32) | Updates the progress of the Call Hierarchy search. |
![]() | SearchFailed(String) | Notifies the UI that the Call Hierarchy search failed. |
![]() | SearchSucceeded() | Notifies the UI that the Call Hierarchy search succeeded. |
If this interface is called on a background thread, the call is dispatched to the UI thread asynchronously.
Show:
