IVsMRUItemsStore::AddMRUItem Method (Guid, String^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void AddMRUItem(
	[InAttribute] Guid% guidCategory,
	String^ lpszItem
)

Parameters

guidCategory
Type: System::Guid

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

lpszItem
Type: System::String^

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

Return to top
Show: