UIApplicationDelegate_Extensions.ShouldRestoreApplicationState 方法

定义

应用程序是否应还原保存的状态信息。

[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

参数

This
IUIApplicationDelegate

此扩展方法操作的实例。

application
UIApplication

对调用此委托方法的 UIApplication 的引用。

coder
NSCoder

返回

属性

适用于