Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.