UIApplication.RegisterObjectForStateRestoration Méthode
Définition
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.
Inscrit comme éligible pour la uistateRestoringObject
restauration de l’état.
[Foundation.Export("registerObjectForStateRestoration:restorationIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RegisterObjectForStateRestoration (UIKit.IUIStateRestoring uistateRestoringObject, string restorationIdentifier);
static member RegisterObjectForStateRestoration : UIKit.IUIStateRestoring * string -> unit
Paramètres
- uistateRestoringObject
- IUIStateRestoring
Objet inscrit auprès de l’archive de restauration.
- restorationIdentifier
- String
Identificateur de restauration utilisé pour l’objet .
- Attributs
Remarques
L’appel de cette méthode permet d’enregistrer et de restaurer l’objet, mais ne déclenche pas automatiquement la conservation/restauration. Les développeurs d’applications doivent écrire l’objet au moment approprié, par exemple EncodeRestorableState(NSCoder).