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 |
页首