ToolWindowPane.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 override of default search settings. By default, the search is started delayed, with indefinite progress. The named of properties that can be overriden are defined in the class SearchSettingsDataSource.PropertyNames. Values implementing IVsUIObject interface can be constructed for common types using Microsoft.Internal.VisualStudio.PlatformUI.BuiltInPropertyValue class, or one could use helper functions like Microsoft.Internal.VisualStudio.PlatformUI.Utilities.SetValue(Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource,System.String,System.Object) to set values in the data source.
public:
virtual void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchSettings);
public:
virtual void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource ^ pSearchSettings);
virtual void ProvideSearchSettings(Microsoft::VisualStudio::Shell::Interop::IVsUIDataSource const & pSearchSettings);
public virtual void ProvideSearchSettings (Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource pSearchSettings);
abstract member ProvideSearchSettings : Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource -> unit
override this.ProvideSearchSettings : Microsoft.VisualStudio.Shell.Interop.IVsUIDataSource -> unit
Public Overridable Sub ProvideSearchSettings (pSearchSettings As IVsUIDataSource)
Parameters
- pSearchSettings
- IVsUIDataSource
The data source with default search settings that can be overriden by the toolwindow.