IVsSearchCallback Interface

Implemented by the search consumer (e.g. window search host). The search task will call this interface to report progress or completion.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsSearchCallback
[GuidAttribute("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchCallback
[GuidAttribute(L"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
public interface IVsSearchCallback

The IVsSearchCallback type exposes the following members.

Methods

  Name Description
Public method _VtblGap1_1
Public method ReportComplete
Public method ReportProgress

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace