IVsWindowSearch.ProvideSearchSettings(IVsUIDataSource) 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.
Allows the window search host to obtain overridable search options.
public:
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchSettings);
public:
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchSettings);
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource const & pSearchSettings);
public void ProvideSearchSettings (Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource pSearchSettings);
abstract member ProvideSearchSettings : Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource -> unit
Public Sub ProvideSearchSettings (pSearchSettings As IVsUIDataSource)
Parameters
- pSearchSettings
- IVsUIDataSource
The search options.