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: Guid%[in] The GUID of the category of items.
dwMaxItems
Type: UInt32[in] The maximum number of items for the category specified in guidCategory that can be displayed
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.