IVsMRUItemsStore::SetMRUItem Method (Guid, String^)

 

Sets the item in the specified category to be displayed.

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

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

Parameters

guidCategory
Type: System::Guid

[in] The category of the item to be displayed.

lpszItem
Type: System::String^

[in] The item to be displayed.

Return to top
Show: