UIViewController.RestorationIdentifier Propiedad

Definición

Especifica la instancia de para la UIViewController restauración.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string RestorationIdentifier { [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("restorationIdentifier", ObjCRuntime.ArgumentSemantic.Copy)] get; [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)] [Foundation.Export("setRestorationIdentifier:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.RestorationIdentifier : string with get, set

Valor de propiedad

El valor predeterminado es null.

Este valor puede ser null.

Atributos

Comentarios

Este protocolo no está enlazado actualmente por MonoTouch.

Consulte la sección "State Restoration" en la documentación de la clase para UIViewController.

Se aplica a

Consulte también