SearchControlDataSource::SearchSettings Property

 

Gets or sets the search settings data source for the search control data source.

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

public:
property SearchSettingsDataSource^ SearchSettings {
	SearchSettingsDataSource^ get();
	void set(SearchSettingsDataSource^ value);
}

Property Value

Type: Microsoft.VisualStudio.PlatformUI::SearchSettingsDataSource^

Returns the search settings data source.

Return to top
Show: