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参照してください。

適用対象

こちらもご覧ください