StorageApplicationPermissions.MostRecentlyUsedList Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.