IVsMRUItemsStore.SetMRUItem(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.
Sets the item in the specified category to be displayed.
public:
void SetMRUItem(Guid % guidCategory, System::String ^ lpszItem);
public void SetMRUItem (ref Guid guidCategory, string lpszItem);
abstract member SetMRUItem : Guid * string -> unit
Public Sub SetMRUItem (ByRef guidCategory As Guid, lpszItem As String)
Parameters
- guidCategory
- Guid
[in] The category of the item to be displayed.
- lpszItem
- String
[in] The item to be displayed.