IVsSearchProviderCallback Interface

Allows providers to return search results.

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

Syntax

'Declaration
<GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchProviderCallback _
    Inherits IVsSearchCallback
[GuidAttribute("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchProviderCallback : IVsSearchCallback
[GuidAttribute(L"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
public interface IVsSearchProviderCallback extends IVsSearchCallback

The IVsSearchProviderCallback type exposes the following members.

Methods

  Name Description
Public method ReportComplete
Public method ReportProgress
Public method ReportResult Reports a result of the specified search task.
Public method ReportResults Reports the results of the specified search tasks.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace