SearchSettingsDataSource.SearchUseMRU Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.