ICallHierarchySearchCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a callback that the UI gives to the data provider during a search.
public interface class ICallHierarchySearchCallback
public interface class ICallHierarchySearchCallback
__interface ICallHierarchySearchCallback
public interface ICallHierarchySearchCallback
type ICallHierarchySearchCallback = interface
Public Interface ICallHierarchySearchCallback
Remarks
If this interface is called on a background thread, the call is dispatched to the UI thread asynchronously.
Methods
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. |