IVsMRUItemsStore.AddMRUItem(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.
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.