IVsMRUItemsStore.SetMaxMRUItems(Guid, UInt32) Method

Definition

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

Applies to