IVsMRUItemsStore 接口

定义

控制最近使用的 (MRU) 项集合。

public interface class IVsMRUItemsStore
public interface class IVsMRUItemsStore
__interface IVsMRUItemsStore
[System.Runtime.InteropServices.Guid("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsMRUItemsStore
[<System.Runtime.InteropServices.Guid("3DB65A1A-15B6-4449-B8E6-BE31F632DC51")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsMRUItemsStore = interface
Public Interface IVsMRUItemsStore
属性

方法

AddMRUItem(Guid, String)

将最近使用的 (MRU) 项添加到 MRU 项集合。

DeleteMRUItem(Guid, String)

删除最近使用 (MRU) 项集合中的指定项。

DeleteMRUItems(Guid)

从最近使用的 (MRU) 项集合中移除指定的项类别。

GetMRUItems(Guid, String, UInt32, String[])

检索最近使用的 (MRU) 项集合中的指定项。

SetMaxMRUItems(Guid, UInt32)

设置指定类别中可显示的最大项数,最大数目为 (MRU) 项集合。

SetMRUItem(Guid, String)

设置要显示的指定类别中的项。

适用于