IVsMRUItemsStore::DeleteMRUItem Method (Guid, String^)

 

Deletes the specified item 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 DeleteMRUItem(
	[InAttribute] Guid% guidCategory,
	String^ lpszItem
)

Parameters

guidCategory
Type: System::Guid

[in] The GUID of the category of item to be removed from the MRU item collection.

lpszItem
Type: System::String^

[in] The item to be removed.

Return to top
Show: