Freigeben über


UIViewController.RestorationClass Eigenschaft

Definition

Die Klasse, die für die Wiederherstellung des Anwendungszustands verantwortlich ist.

[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

Eigenschaftswert

Der Standardwert ist " ClassName nil".

Dieser Wert kann null sein.

Attribute

Gilt für:

Weitere Informationen