次の方法で共有


UIApplication.RegisterObjectForStateRestoration メソッド

定義

uistateRestoringObject 状態復元の対象として登録します。

[Foundation.Export("registerObjectForStateRestoration:restorationIdentifier:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RegisterObjectForStateRestoration (UIKit.IUIStateRestoring uistateRestoringObject, string restorationIdentifier);
static member RegisterObjectForStateRestoration : UIKit.IUIStateRestoring * string -> unit

パラメーター

uistateRestoringObject
IUIStateRestoring

復元アーカイブに登録されているオブジェクト。

restorationIdentifier
String

オブジェクトに使用される復元識別子。

属性

注釈

このメソッドを呼び出すと、オブジェクトを保存および復元できますが、保存/復元は自動的にはトリガーされません。 アプリケーション開発者は、 などの EncodeRestorableState(NSCoder)適切なタイミングで オブジェクトを記述する必要があります。

適用対象