UIApplicationDelegate_Extensions.ShouldRestoreApplicationState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
应用程序是否应还原保存的状态信息。
[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
参数
此扩展方法操作的实例。
- application
- UIApplication
对调用此委托方法的 UIApplication 的引用。
- coder
- NSCoder
返回
- 属性