UIApplicationDelegate_Extensions.DidDecodeRestorableState 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示应用应还原最高级别的状态。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidDecodeRestorableState (this UIKit.IUIApplicationDelegate This, UIKit.UIApplication application, Foundation.NSCoder coder);
static member DidDecodeRestorableState : UIKit.IUIApplicationDelegate * UIKit.UIApplication * Foundation.NSCoder -> unit
参数
此扩展方法在其上运行的实例。
- application
- UIApplication
对调用此委托方法的 UIApplication 的引用。
- coder
- NSCoder
- 属性