IVsGlobalSearchCallback.ResultsReported Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that a collection of results have been reported for the specified provider.
public:
void ResultsReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, System::UInt32 dwResults, cli::array <Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult ^> ^ pSearchItemResults);
public:
void ResultsReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask ^ pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider ^ pProvider, unsigned int dwResults, Platform::Array <Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult ^> ^ pSearchItemResults);
void ResultsReported(Microsoft::VisualStudio::Shell::Interop::IVsGlobalSearchTask const & pTask, Microsoft::VisualStudio::Shell::Interop::IVsSearchProvider const & pProvider, unsigned int dwResults, std::Array <Microsoft::VisualStudio::Shell::Interop::IVsSearchItemResult const &> const & pSearchItemResults);
public void ResultsReported (Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask pTask, Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider pProvider, uint dwResults, Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult[] pSearchItemResults);
abstract member ResultsReported : Microsoft.VisualStudio.Shell.Interop.IVsGlobalSearchTask * Microsoft.VisualStudio.Shell.Interop.IVsSearchProvider * uint32 * Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult[] -> unit
Public Sub ResultsReported (pTask As IVsGlobalSearchTask, pProvider As IVsSearchProvider, dwResults As UInteger, pSearchItemResults As IVsSearchItemResult())
Parameters
- pTask
- IVsGlobalSearchTask
[in] The search task for the global search.
- pProvider
- IVsSearchProvider
[in] The search provider.
- dwResults
- UInt32
[in] Number of results specified in pSearchItemResults
.
- pSearchItemResults
- IVsSearchItemResult[]
[in, size_is(dwResults)] [in] Information about the search results.