SearchSettingsDataSource::SearchUseMRU Property

 

Determines whether the Visual Studio common search control displays most-recently-used (MRU) items in the drop-down list. Default is true; the drop-down list is displayed.

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

public:
property bool SearchUseMRU {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the search control displays MRU items.

Return to top
Show: