SearchSettingsDataSource::MaximumMRUItems Property
Visual Studio 2015
Gets or sets the value indicating the maximum number of most-recently-used (MRU) items to show in the drop-down list of the common search control. Default is 5 items.
.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property unsigned int MaximumMRUItems { unsigned int get(); void set(unsigned int value); }
Property Value
Type: System::UInt32Returns the maximum number of MRU items in the popup of the search control.
Show: