Controls the most recently used (MRU) items collection.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")> _
Public Interface IVsMRUItemsStore
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")]
public interface IVsMRUItemsStore
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"3DB65A1A-15B6-4449-B8E6-BE31F632DC51")]
public interface class IVsMRUItemsStore
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")>]
type IVsMRUItemsStore =  interface end
public interface IVsMRUItemsStore
The IVsMRUItemsStore type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddMRUItem | Adds a most recently used (MRU) item to the MRU item collection. | 
| .gif) | DeleteMRUItem | Deletes the specified item from the most recently used (MRU) item collection. | 
| .gif) | DeleteMRUItems | Removes the specified category of items from the most recently used (MRU) item collection. | 
| .gif) | GetMRUItems | Retrieves the specified items from the most recently used (MRU) item collection. | 
| .gif) | SetMaxMRUItems | Sets the maximum number of items in the specified category that can be displayed from the most recently used (MRU) item collection. | 
| .gif) | SetMRUItem | Sets the item in the specified category to be displayed. | 
Top