UIViewController.RestorationIdentifier 属性

定义

指定要还原 的 UIViewController 实例。

[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

属性值

默认值为 null

此值可为 null

属性

注解

此协议当前不受 MonoTouch 的约束。

请参阅 类文档中的“状态还原”部分 UIViewController

适用于

另请参阅