IVsMRUItemsStore.AddMRUItem(Guid, String) Method

Definition

Adds a most recently used (MRU) item to the MRU item collection.

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

Parameters

guidCategory
Guid

[in] The GUID of the category of item to be added to the collection.

lpszItem
String

[in] The item to be added to the collection.

Applies to