Freigeben über


UIApplicationDelegate_Extensions.ShouldRestoreApplicationState Methode

Definition

Gibt an, ob die Anwendung gespeicherte Zustandsinformationen wiederherstellen soll.

[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

Parameter

This
IUIApplicationDelegate

Die Instanz, auf der diese Erweiterungsmethode ausgeführt wird.

application
UIApplication

Verweis auf die UIApplication, die diese Delegatmethode aufgerufen hat.

coder
NSCoder

Gibt zurück

Attribute

Gilt für: