IVsMRUItemsStore Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

NameDescription
System_CAPS_pubmethodAddMRUItem(Guid, String^)

Adds a most recently used (MRU) item to the MRU item collection.

System_CAPS_pubmethodDeleteMRUItem(Guid, String^)

Deletes the specified item from the most recently used (MRU) item collection.

System_CAPS_pubmethodDeleteMRUItems(Guid)

Removes the specified category of items from the most recently used (MRU) item collection.

System_CAPS_pubmethodGetMRUItems(Guid, String^, UInt32, array<String^>^)

Retrieves the specified items from the most recently used (MRU) item collection.

System_CAPS_pubmethodSetMaxMRUItems(Guid, UInt32)

Sets the maximum number of items in the specified category that can be displayed from the most recently used (MRU) item collection.

System_CAPS_pubmethodSetMRUItem(Guid, String^)

Sets the item in the specified category to be displayed.

Return to top
Show: