IVsMRUItemsStore Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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, array<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. |
Show:
