SearchControlDataSource.SearchMRUItems 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.
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.