IVsSearchProviderCallback-Schnittstelle

 

Veröffentlicht: Oktober 2016

Können Sie Anbieter Ergebnisse zurückgegeben.

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

Syntax

[GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchProviderCallback : IVsSearchCallback
[GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchProviderCallback : IVsSearchCallback
[<GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchProviderCallback = 
    interface
        interface IVsSearchCallback
    end
<GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsSearchProviderCallback
    Inherits IVsSearchCallback

Methoden

Name Beschreibung
System_CAPS_pubmethod ReportComplete(IVsSearchTask, UInt32)

System_CAPS_pubmethod ReportProgress(IVsSearchTask, UInt32, UInt32)

System_CAPS_pubmethod ReportResult(IVsSearchTask, IVsSearchItemResult)

Gibt ein Ergebnis des angegebenen Vorgangs.

System_CAPS_pubmethod ReportResults(IVsSearchTask, UInt32, IVsSearchItemResult[])

Meldet die Ergebnisse der angegebenen Aufgaben.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang