UIViewController.RestorationClass Proprietà

Definizione

Classe responsabile del ripristino dello stato dell'applicazione.

[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

Valore della proprietà

Il valore predefinito è un Class il cui Name è "nil".

Il valore può essere null.

Attributi

Si applica a

Vedi anche