IVsSearchProviderCallback 接口

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop.11.0(在 Microsoft.VisualStudio.Shell.Interop.11.0.dll 中)

语法

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

IVsSearchProviderCallback 类型公开以下成员。

方法

  名称 说明
公共方法 ReportComplete(IVsSearchTask, UInt32) (继承自 IVsSearchCallback。)
公共方法 ReportComplete(IVsSearchTask, UInt32)
公共方法 ReportProgress(IVsSearchTask, UInt32, UInt32) (继承自 IVsSearchCallback。)
公共方法 ReportProgress(IVsSearchTask, UInt32, UInt32)
公共方法 ReportResult
公共方法 ReportResults

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间