IVsSearchProviderCallback::ReportResults Method (IVsSearchTask^, UInt32, array<IVsSearchItemResult^>^)

 

Reports the results of the specified search tasks.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: