Freigeben über


IVsMRUItemsStore.DeleteMRUItem Method

Deletes the specified item from the most recently used (MRU) item collection.

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

Syntax

'Declaration
Sub DeleteMRUItem ( _
    ByRef guidCategory As Guid, _
    lpszItem As String _
)
void DeleteMRUItem(
    ref Guid guidCategory,
    string lpszItem
)
void DeleteMRUItem(
    [InAttribute] Guid% guidCategory, 
    [InAttribute] String^ lpszItem
)
abstract DeleteMRUItem : 
        guidCategory:Guid byref * 
        lpszItem:string -> unit
function DeleteMRUItem(
    guidCategory : Guid, 
    lpszItem : String
)

Parameters

  • guidCategory
    Type: Guid%

    [in] The GUID of the category of item to be removed from the MRU item collection.

  • lpszItem
    Type: String

    [in] The item to be removed.

.NET Framework Security

See Also

Reference

IVsMRUItemsStore Interface

Microsoft.VisualStudio.Shell.Interop Namespace