StorageApplicationPermissions.MostRecentlyUsedList Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that represents a list that an app can use to track the files and/or locations (like folders) that the app has accessed most recently.
public:
static property StorageItemMostRecentlyUsedList ^ MostRecentlyUsedList { StorageItemMostRecentlyUsedList ^ get(); };
static StorageItemMostRecentlyUsedList MostRecentlyUsedList();
public static StorageItemMostRecentlyUsedList MostRecentlyUsedList { get; }
var storageItemMostRecentlyUsedList = StorageApplicationPermissions.mostRecentlyUsedList;
Public Shared ReadOnly Property MostRecentlyUsedList As StorageItemMostRecentlyUsedList
Property Value
The most recently used (MRU) list object.
Remarks
If you want to respond to ItemRemoved events, you must register your event handler every time you get a new reference to the StorageItemMostRecentlyUsedList.