ToolWindowPane::SearchHost Property

 

Gets the search host implementation associated with this tool window.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property IVsWindowSearchHost^ SearchHost {
	IVsWindowSearchHost^ get();
}

Property Value

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

The search host implementation associated with this tool window.

Return to top
Show: