IVsSearchCallback (Interfaz)

 

Implementado por el consumidor de búsqueda (por ejemplo host de búsqueda de la ventana).La tarea de búsqueda llamará a esta interfaz para informar sobre el progreso o finaliza.

Espacio de nombres:   Microsoft.VisualStudio.Shell.Interop
Ensamblado:  Microsoft.VisualStudio.Shell.Interop.11.0 (en Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Sintaxis

[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

Nombre Descripción
System_CAPS_pubmethod ReportComplete(IVsSearchTask, UInt32)

System_CAPS_pubmethod ReportProgress(IVsSearchTask, UInt32, UInt32)

Vea también

Microsoft.VisualStudio.Shell.Interop (Espacio de nombres)

Volver al principio