ItemRemovedEventArgs.RemovedEntry 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关从 StorageItemMostRecentlyUsedList 中删除的 StorageFile 或 StorageFolder 的信息。
public:
property AccessListEntry RemovedEntry { AccessListEntry get(); };
AccessListEntry RemovedEntry();
public AccessListEntry RemovedEntry { get; }
var accessListEntry = itemRemovedEventArgs.removedEntry;
Public ReadOnly Property RemovedEntry As AccessListEntry
属性值
包含有关已删除的 StorageFile 或 StorageFolder 的信息的结构。