IVsMRUItemsStore.DeleteMRUItem(Guid, String) 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.
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.