IVsMRUItemsStore.DeleteMRUItems(Guid) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.