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

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace