Share via


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

  • dwResults
    Type: System.UInt32

    [in] Number of results specified in pSearchItemResults.

.NET Framework Security

See Also

Reference

IVsGlobalSearchCallback Interface

Microsoft.VisualStudio.Shell.Interop Namespace