ICallHierarchySearchCallback Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents a callback that the UI gives to the data provider during a search.

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

Syntax

'Declaration
Public Interface ICallHierarchySearchCallback
public interface ICallHierarchySearchCallback
public interface class ICallHierarchySearchCallback
type ICallHierarchySearchCallback =  interface end
public interface ICallHierarchySearchCallback

The ICallHierarchySearchCallback type exposes the following members.

Methods

  Name Description
Public method AddResult(ICallHierarchyMemberItem) Adds an ICallHierarchyMemberItem to the Call Hierarchy display.
Public method AddResult(ICallHierarchyNameItem) Adds an ICallHierarchyNameItem to the Call Hierarchy display.
Public method InvalidateResults Clears existing search results.
Public method ReportProgress Updates the progress of the Call Hierarchy search.
Public method SearchFailed Notifies the UI that the Call Hierarchy search failed.
Public method SearchSucceeded Notifies the UI that the Call Hierarchy search succeeded.

Top

Remarks

If this interface is called on a background thread, the call is dispatched to the UI thread asynchronously.

See Also

Reference

Microsoft.VisualStudio.Language.CallHierarchy Namespace