IVsWindowSearchHostFactory::CreateWindowSearchHost Method (Object^, IDropTarget^)

 

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

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

IVsWindowSearchHost^ CreateWindowSearchHost(
	Object^ pParentControl,
	IDropTarget^ pDropTarget
)

Parameters

pParentControl
Type: System::Object^

[in] The parent search control.

pDropTarget
Type: Microsoft.VisualStudio.OLE.Interop::IDropTarget^

[in, optional] The target for data during a drag-and-drop operation.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowSearchHost^

The search host interface.

Return to top
Show: