Partager via


UIApplication.RegisterObjectForStateRestoration Méthode

Définition

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).

S’applique à