ToolWindowPane::ProvideSearchSettings Method (IVsUIDataSource^)

 

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.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual void ProvideSearchSettings(
	IVsUIDataSource^ pSearchSettings
)

Parameters

pSearchSettings
Type: Microsoft.VisualStudio.Shell.Interop::IVsUIDataSource^

The data source with default search settings that can be overridden by the tool window.

Return to top
Show: