IVsGlobalSearchCallback::ResultsReported Method (IVsGlobalSearchTask^, IVsSearchProvider^, UInt32, array<IVsSearchItemResult^>^)

 

Indicates that a collection of results have been reported for the specified provider.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void ResultsReported(
	IVsGlobalSearchTask^ pTask,
	IVsSearchProvider^ pProvider,
	unsigned int dwResults,
	array<IVsSearchItemResult^>^ pSearchItemResults
)

Parameters

pTask
Type: Microsoft.VisualStudio.Shell.Interop::IVsGlobalSearchTask^

[in] The search task for the global search.

pProvider
Type: Microsoft.VisualStudio.Shell.Interop::IVsSearchProvider^

[in] The search provider.

dwResults
Type: System::UInt32

[in] Number of results specified in pSearchItemResults.

pSearchItemResults
Type: array<Microsoft.VisualStudio.Shell.Interop::IVsSearchItemResult^>^

[in, size_is(dwResults)] [in] Information about the search results.

Return to top
Show: