共用方式為


UIApplicationDelegate_Extensions.DidDecodeRestorableState 方法

定義

指出應用程式應該還原最高層級的狀態。

[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

參數

This
IUIApplicationDelegate

這個擴充方法運作所在的實例。

application
UIApplication

叫用這個委派方法的 UIApplication 參考。

coder
NSCoder
屬性

適用於