IVsMRUItemsStore.SetMaxMRUItems(Guid, UInt32) Method
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.
Sets the maximum number of items in the specified category that can be displayed from the most recently used (MRU) item collection.
public:
void SetMaxMRUItems(Guid % guidCategory, System::UInt32 dwMaxItems);
public void SetMaxMRUItems (ref Guid guidCategory, uint dwMaxItems);
abstract member SetMaxMRUItems : Guid * uint32 -> unit
Public Sub SetMaxMRUItems (ByRef guidCategory As Guid, dwMaxItems As UInteger)
Parameters
- guidCategory
- Guid
[in] The GUID of the category of items.
- dwMaxItems
- UInt32
[in] The maximum number of items for the category specified in guidCategory
that can be displayed