IVsSearchProviderCallback Interface
Visual Studio 2015
Allows providers to return search results.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | ReportComplete(IVsSearchTask, UInt32) | |
![]() | ReportProgress(IVsSearchTask, UInt32, UInt32) | |
![]() | ReportResult(IVsSearchTask, IVsSearchItemResult) | Reports a result of the specified search task. |
![]() | ReportResults(IVsSearchTask, UInt32, IVsSearchItemResult[]) | Reports the results of the specified search tasks. |
Show:
