Partager via


UIViewController.RestorationIdentifier Propriété

Définition

Spécifie l’instance de pour la UIViewController restauration.

[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

Valeur de propriété

La valeur par défaut est null.

Cette valeur peut être null.

Attributs

Remarques

Ce protocole n’est actuellement pas lié par MonoTouch.

Consultez la section « Restauration de l’état » dans la documentation de la classe pour UIViewController.

S’applique à

Voir aussi