IVsSearchProviderCallback.ReportResults-Methode: (IVsSearchTask, UInt32, IVsSearchItemResult )

 

Veröffentlicht: Oktober 2016

Meldet die Ergebnisse der angegebenen Aufgaben.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

void ReportResults(
    IVsSearchTask pTask,
    uint dwResults,
    IVsSearchItemResult[] pSearchItemResults
)
void ReportResults(
    IVsSearchTask^ pTask,
    unsigned int dwResults,
    array<IVsSearchItemResult^>^ pSearchItemResults
)
abstract ReportResults : 
        pTask:IVsSearchTask *
        dwResults:uint32 *
        pSearchItemResults:IVsSearchItemResult[] -> unit
Sub ReportResults (
    pTask As IVsSearchTask,
    dwResults As UInteger,
    pSearchItemResults As IVsSearchItemResult()
)

Parameter

  • dwResults
    Type: System.UInt32

    [in] Die Anzahl der Ergebnisse in pSearchItemResults.

Siehe auch

IVsSearchProviderCallback-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang