IVsSearchCallback 接口

实现搜索使用者 (即 windows 搜索宿主)。搜索任务将调用此接口报告进度或完成。

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

语法

声明
<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchCallback
[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchCallback

IVsSearchCallback 类型公开以下成员。

方法

  名称 说明
公共方法 _VtblGap1_1
公共方法 ReportComplete
公共方法 ReportProgress

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间