SearchControlDataSource.SearchMRUItems Property

Definition

Gets or sets the collection most-recently-used (MRU) items for the search control data source.

public:
 property Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ SearchMRUItems { Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ get(); void set(Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ value); };
public:
 property Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ SearchMRUItems { Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ get(); void set(Microsoft::VisualStudio::Shell::Interop::IVsUIDynamicCollection ^ value); };
public Microsoft.VisualStudio.Shell.Interop.IVsUIDynamicCollection SearchMRUItems { get; set; }
member this.SearchMRUItems : Microsoft.VisualStudio.Shell.Interop.IVsUIDynamicCollection with get, set
Public Property SearchMRUItems As IVsUIDynamicCollection

Property Value

Returns the collection of most-recently-used (MRU) items.

Applies to