IVsMRUItemsStore Interface
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.
Controls the most recently used (MRU) items collection.
public interface class IVsMRUItemsStore
public interface class IVsMRUItemsStore
__interface IVsMRUItemsStore
[System.Runtime.InteropServices.Guid("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMRUItemsStore
[<System.Runtime.InteropServices.Guid("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMRUItemsStore = interface
Public Interface IVsMRUItemsStore
- Attributes
Methods
AddMRUItem(Guid, String) |
Adds a most recently used (MRU) item to the MRU item collection. |
DeleteMRUItem(Guid, String) |
Deletes the specified item from the most recently used (MRU) item collection. |
DeleteMRUItems(Guid) |
Removes the specified category of items from the most recently used (MRU) item collection. |
GetMRUItems(Guid, String, UInt32, String[]) |
Retrieves the specified items from the most recently used (MRU) item collection. |
SetMaxMRUItems(Guid, UInt32) |
Sets the maximum number of items in the specified category that can be displayed from the most recently used (MRU) item collection. |
SetMRUItem(Guid, String) |
Sets the item in the specified category to be displayed. |