StorageApplicationPermissions.GetMostRecentlyUsedListForUser(User) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
static StorageItemMostRecentlyUsedList ^ GetMostRecentlyUsedListForUser(User ^ user);
static StorageItemMostRecentlyUsedList GetMostRecentlyUsedListForUser(User const& user);
public static StorageItemMostRecentlyUsedList GetMostRecentlyUsedListForUser(User user);
function getMostRecentlyUsedListForUser(user)
Public Shared Function GetMostRecentlyUsedListForUser (user As User) As StorageItemMostRecentlyUsedList
参数
- user
- User
要为其创建最近使用的 (MRU) 列表对象的用户。
返回
最近使用的 (MRU) 列表对象。
Windows 要求
设备系列 |
Windows 10, version 1903 (在 10.0.18362.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)
|
注解
如果要响应 ItemRemoved 事件,则必须在每次获取对 StorageItemMostRecentlyUsedList 的新引用时注册事件处理程序。