Condividi tramite


UIViewController.RestorationIdentifier Proprietà

Definizione

Specifica l'istanza di per il UIViewController ripristino.

[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

Valore della proprietà

Il valore predefinito è null.

Il valore può essere null.

Attributi

Commenti

Questo protocollo non è attualmente associato a MonoTouch.

Vedere la sezione "Ripristino stato" nella documentazione della classe per UIViewController.

Si applica a

Vedi anche