IVsMRUItemsStore::SetMaxMRUItems Method (Guid, UInt32)

 

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

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

void SetMaxMRUItems(
	[InAttribute] Guid% guidCategory,
	unsigned int dwMaxItems
)

Parameters

guidCategory
Type: System::Guid

[in] The GUID of the category of items.

dwMaxItems
Type: System::UInt32

[in] The maximum number of items for the category specified in guidCategory that can be displayed

Return to top
Show: