ApplicationView.ClearPersistedState(String) Méthode
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Efface toutes les propriétés que le système a enregistrées pour la vue avec l’identificateur spécifié pour l’application donnée.
public:
static void ClearPersistedState(Platform::String ^ key);
static void ClearPersistedState(winrt::hstring const& key);
public static void ClearPersistedState(string key);
function clearPersistedState(key)
Public Shared Sub ClearPersistedState (key As String)
- key
-
String
Platform::String
winrt::hstring
PersistedStateId pour la vue à effacer.
Famille d’appareils |
Windows 10, version 1903 (introduit dans 10.0.18362.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v8.0)
|
Si une vue avec cet identificateur existe toujours dans l’application au moment de l’appel de cette méthode, le système enregistre l’état de cet identificateur lorsque cette vue est mise à jour ou fermée.