SearchSettingsDataSource::MaximumMRUItems Property

 

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.

.

Namespace:   Microsoft.VisualStudio.PlatformUI
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::UInt32

Returns the maximum number of MRU items in the popup of the search control.

Return to top
Show: