IVsWindowSearchHostFactory Interface

 

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

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

[GuidAttribute("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchHostFactory

NameDescription
System_CAPS_pubmethodCreateWindowSearchHost(Object, IDropTarget)

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

Return to top
Show: