Share via


SearchSettingsDataSource.SearchUseMRU Property

Definition

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.

public:
 property bool SearchUseMRU { bool get(); void set(bool value); };
public:
 property bool SearchUseMRU { bool get(); void set(bool value); };
public bool SearchUseMRU { get; set; }
member this.SearchUseMRU : bool with get, set
Public Property SearchUseMRU As Boolean

Property Value

true if the search control displays MRU items.

Applies to