IVsSearchCallback Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |