UIApplicationDelegate_Extensions.ShouldRestoreApplicationState Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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