Interface IVsSearchCallback
Implementado pelo consumidor de pesquisa (por exemplo, o host de pesquisa janela).A tarefa de pesquisa irá chamar essa interface para relatar o andamento ou conclusão.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (em Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Sintaxe
[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchCallback
[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsSearchCallback
[<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchCallback = interface end
<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
Public Interface IVsSearchCallback
Métodos
Nome | Descrição | |
---|---|---|
ReportComplete(IVsSearchTask, UInt32) | ||
ReportProgress(IVsSearchTask, UInt32, UInt32) |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo