IVsSearchProviderCallback Interface

Definição

Permite que os provedores retornem os resultados da pesquisa.

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
Atributos
Implementações

Métodos

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

Relata um resultado da tarefa de pesquisa especificada.

ReportResults(IVsSearchTask, UInt32, IVsSearchItemResult[])

Relata os resultados das tarefas de pesquisa especificadas.

Aplica-se a