IVsSearchProviderCallback Interface

Definition

Allows providers to return search results.

public interface class IVsSearchProviderCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
public interface class IVsSearchProviderCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
__interface IVsSearchProviderCallback : Microsoft::VisualStudio::Shell::Interop::IVsSearchCallback
[System.Runtime.InteropServices.Guid("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchProviderCallback : Microsoft.VisualStudio.Shell.Interop.IVsSearchCallback
[<System.Runtime.InteropServices.Guid("8DC9CF50-CE22-40D4-A7E2-C5073B506A03")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchProviderCallback = interface
    interface IVsSearchCallback
Public Interface IVsSearchProviderCallback
Implements IVsSearchCallback
Attributes
Implements

Methods

ReportComplete(IVsSearchTask, UInt32)
ReportProgress(IVsSearchTask, UInt32, UInt32)
ReportResult(IVsSearchTask, IVsSearchItemResult)

Reports a result of the specified search task.

ReportResults(IVsSearchTask, UInt32, IVsSearchItemResult[])

Reports the results of the specified search tasks.

Applies to