IVsWindowSearchHost.SetupSearch(IVsWindowSearch) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates the search host control with the window search provider.
public:
void SetupSearch(Microsoft::VisualStudio::Shell::Interop::IVsWindowSearch ^ pWindowSearch);
public:
void SetupSearch(Microsoft::VisualStudio::Shell::Interop::IVsWindowSearch ^ pWindowSearch);
void SetupSearch(Microsoft::VisualStudio::Shell::Interop::IVsWindowSearch const & pWindowSearch);
public void SetupSearch (Microsoft.VisualStudio.Shell.Interop.IVsWindowSearch pWindowSearch);
abstract member SetupSearch : Microsoft.VisualStudio.Shell.Interop.IVsWindowSearch -> unit
Public Sub SetupSearch (pWindowSearch As IVsWindowSearch)
Parameters
- pWindowSearch
- IVsWindowSearch
[in] The window search provider.