IVsGlobalSearchCallback.ResultsReported Method
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)
Syntax
'Declaration
Sub ResultsReported ( _
pTask As IVsGlobalSearchTask, _
pProvider As IVsSearchProvider, _
dwResults As UInteger, _
pSearchItemResults As IVsSearchItemResult() _
)
void ResultsReported(
IVsGlobalSearchTask pTask,
IVsSearchProvider pProvider,
uint dwResults,
IVsSearchItemResult[] pSearchItemResults
)
void ResultsReported(
[InAttribute] IVsGlobalSearchTask^ pTask,
[InAttribute] IVsSearchProvider^ pProvider,
[InAttribute] unsigned int dwResults,
[InAttribute] array<IVsSearchItemResult^>^ pSearchItemResults
)
abstract ResultsReported :
pTask:IVsGlobalSearchTask *
pProvider:IVsSearchProvider *
dwResults:uint32 *
pSearchItemResults:IVsSearchItemResult[] -> unit
function ResultsReported(
pTask : IVsGlobalSearchTask,
pProvider : IVsSearchProvider,
dwResults : uint,
pSearchItemResults : IVsSearchItemResult[]
)
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: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.