UIApplicationDelegate_Extensions.ShouldRestoreApplicationState 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.
Indique si l’application doit restaurer les informations d’état enregistrées.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool ShouldRestoreApplicationState (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSCoder coder);
static member ShouldRestoreApplicationState : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSCoder -> bool
Paramètres
Instance sur laquelle cette méthode d’extension fonctionne.
- application
- UIApplication
Référence à l’UIApplication qui a appelé cette méthode de délégué.
- coder
- NSCoder
Retours
- Attributs