IVsMRUItemsStore Interface
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 | |
---|---|---|
AddMRUItem | Adds a most recently used (MRU) item to the MRU item collection. | |
DeleteMRUItem | Deletes the specified item from the most recently used (MRU) item collection. | |
DeleteMRUItems | Removes the specified category of items from the most recently used (MRU) item collection. | |
GetMRUItems | Retrieves the specified items from the most recently used (MRU) item collection. | |
SetMaxMRUItems | Sets the maximum number of items in the specified category that can be displayed from the most recently used (MRU) item collection. | |
SetMRUItem | Sets the item in the specified category to be displayed. |
Top