StorageApplicationPermissions.MostRecentlyUsedList Proprietà

Definizione

Ottiene un oggetto che rappresenta un elenco che un'app può usare per tenere traccia dei file e/o percorsi (ad esempio cartelle) a cui l'app ha accesso più di recente.

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

Valore della proprietà

Oggetto elenco (MRU) usato più di recente.

Commenti

Se si vuole rispondere agli eventi ItemRemoved , è necessario registrare il gestore eventi ogni volta che si ottiene un nuovo riferimento a StorageItemMostRecentlyUsedList.

Si applica a