IVsMRUItemsStore.SetMaxMRUItems Method

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)

Syntax

'Declaration
Sub SetMaxMRUItems ( _
    ByRef guidCategory As Guid, _
    dwMaxItems As UInteger _
)
void SetMaxMRUItems(
    ref Guid guidCategory,
    uint dwMaxItems
)
void SetMaxMRUItems(
    [InAttribute] Guid% guidCategory, 
    [InAttribute] unsigned int dwMaxItems
)
abstract SetMaxMRUItems : 
        guidCategory:Guid byref * 
        dwMaxItems:uint32 -> unit
function SetMaxMRUItems(
    guidCategory : Guid, 
    dwMaxItems : uint
)

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

.NET Framework Security

See Also

Reference

IVsMRUItemsStore Interface

Microsoft.VisualStudio.Shell.Interop Namespace