IVsSearchProviderCallback.ReportResults Method
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)
Syntax
'Declaration
Sub ReportResults ( _
pTask As IVsSearchTask, _
dwResults As UInteger, _
pSearchItemResults As IVsSearchItemResult() _
)
void ReportResults(
IVsSearchTask pTask,
uint dwResults,
IVsSearchItemResult[] pSearchItemResults
)
void ReportResults(
[InAttribute] IVsSearchTask^ pTask,
[InAttribute] unsigned int dwResults,
[InAttribute] array<IVsSearchItemResult^>^ pSearchItemResults
)
abstract ReportResults :
pTask:IVsSearchTask *
dwResults:uint32 *
pSearchItemResults:IVsSearchItemResult[] -> unit
function ReportResults(
pTask : IVsSearchTask,
dwResults : uint,
pSearchItemResults : IVsSearchItemResult[]
)
Parameters
pTask
Type: Microsoft.VisualStudio.Shell.Interop.IVsSearchTask[in] The search task from which the results were obtained.
dwResults
Type: UInt32[in] The number of results in pSearchItemResults.
pSearchItemResults
Type: array<Microsoft.VisualStudio.Shell.Interop.IVsSearchItemResult[][in, size_is(dwResults)] 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.