IVsSearchProviderCallback::ReportResults Method (IVsSearchTask^, UInt32, array<IVsSearchItemResult^>^)
Visual Studio 2015
Reports the results of the specified search tasks.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void ReportResults( IVsSearchTask^ pTask, unsigned int dwResults, array<IVsSearchItemResult^>^ pSearchItemResults )
Parameters
- pTask
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSearchTask^
[in] The search task from which the results were obtained.
- dwResults
-
Type:
System::UInt32
[in] The number of results in pSearchItemResults.
- pSearchItemResults
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::IVsSearchItemResult^>^
[in, size_is(dwResults)] The search results.
Show: