IVsSearchProviderCallback 接口

定义

允许提供程序返回搜索结果。

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
属性
实现

方法

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

报告指定的搜索任务的结果。

ReportResults(IVsSearchTask, UInt32, IVsSearchItemResult[])

报告指定搜索任务的结果。

适用于