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참조하세요.

적용 대상

추가 정보