IVsWindowSearchHostFactory Interface

Definition

Creates a window search control. This interface is implemented by the Visual Studio environment, and is obtained from the SVsWindowSearchHostFactory service.

public interface class IVsWindowSearchHostFactory
public interface class IVsWindowSearchHostFactory
__interface IVsWindowSearchHostFactory
[System.Runtime.InteropServices.Guid("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchHostFactory
[<System.Runtime.InteropServices.Guid("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchHostFactory = interface
Public Interface IVsWindowSearchHostFactory
Attributes

Methods

CreateWindowSearchHost(Object, IDropTarget)

Creates a search control child of the specified control and returns its search host interface.

Applies to