IVsSearchProvider.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.
Injects specialized settings into the data model associated with the command search provider.
public:
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchOptions);
public:
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchOptions);
void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource const & pSearchOptions);
public void ProvideSearchSettings (Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource pSearchOptions);
abstract member ProvideSearchSettings : Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource -> unit
Public Sub ProvideSearchSettings (pSearchOptions As IVsUIDataSource)
Parameters
- pSearchOptions
- IVsUIDataSource
[in] The data model into which to place any special values to control how the Quick Access service treats this search provider.