IVsMRUItemsStore.DeleteMRUItems(Guid) Method

Definition

Removes the specified category of items from the most recently used (MRU) item collection.

public:
 void DeleteMRUItems(Guid % guidCategory);
public void DeleteMRUItems (ref Guid guidCategory);
abstract member DeleteMRUItems : Guid -> unit
Public Sub DeleteMRUItems (ByRef guidCategory As Guid)

Parameters

guidCategory
Guid

[in] The category of items to be removed.

Applies to