共用方式為


UIViewController.RestorationClass 屬性

定義

負責還原應用程式狀態的類別。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual ObjCRuntime.Class RestorationClass { [Foundation.Export("restorationClass")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setRestorationClass:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.RestorationClass : ObjCRuntime.Class with get, set

屬性值

預設值為 ClassName nil」。

這個值可以是 null

屬性

適用於

另請參閱