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

  • dwResults
    Type: System.UInt32

    [in] The number of results in pSearchItemResults.

.NET Framework Security

See Also

Reference

IVsSearchProviderCallback Interface

Microsoft.VisualStudio.Shell.Interop Namespace