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)
Syntax
'Declaration
<GuidAttribute("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsWindowSearchHostFactory
[GuidAttribute("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWindowSearchHostFactory
[GuidAttribute(L"7525C3AF-CE45-46B3-88D3-4327B50FD8B9")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsWindowSearchHostFactory
[<GuidAttribute("7525C3AF-CE45-46B3-88D3-4327B50FD8B9")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWindowSearchHostFactory = interface end
public interface IVsWindowSearchHostFactory
The IVsWindowSearchHostFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateWindowSearchHost | Creates a search control child of the specified control and returns its search host interface. |
Top