IVsMRUItemsStore.DeleteMRUItem(Guid, String) Method

Definition

Deletes the specified item from the most recently used (MRU) item collection.

public:
 void DeleteMRUItem(Guid % guidCategory, System::String ^ lpszItem);
public void DeleteMRUItem (ref Guid guidCategory, string lpszItem);
abstract member DeleteMRUItem : Guid * string -> unit
Public Sub DeleteMRUItem (ByRef guidCategory As Guid, lpszItem As String)

Parameters

guidCategory
Guid

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

lpszItem
String

[in] The item to be removed.

Applies to