IVsSearchCallback Interface

Definition

Implemented by the search consumer (e.g. window search host). HYPERLINK "http://bang/?q=The" \t "_top" The search task will call this interface to report progress or completion.

public interface class IVsSearchCallback
public interface class IVsSearchCallback
__interface IVsSearchCallback
public interface IVsSearchCallback
[System.Runtime.InteropServices.Guid("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSearchCallback
type IVsSearchCallback = interface
[<System.Runtime.InteropServices.Guid("FACE369A-F6AB-4EA8-8FA5-E50E326A7CFB")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSearchCallback = interface
Public Interface IVsSearchCallback
Derived
Attributes

Methods

ReportComplete(IVsSearchTask, UInt32)
ReportProgress(IVsSearchTask, UInt32, UInt32)

Applies to