ToolWindowPane::ProvideSearchSettings Method (IVsUIDataSource^)
Visual Studio 2015
Allows override of default search settings. By default, the search is started delayed, with indefinite progress. The names of properties that can be overridden are defined in the class SearchSettingsDataSource::PropertyNames. Values that implement the IVsUIObject interface can be constructed for common types using the BuiltInPropertyValue class, or you could use helper functions like SetValue to set values in the data source.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- pSearchSettings
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^
The data source with default search settings that can be overridden by the tool window.
Show: