Partager via


UIView.DecodeRestorableState(NSCoder) Méthode

Définition

Les développeurs d’applications peuvent remplacer cette méthode pour prendre en charge la restauration de l’état.

[Foundation.Export("decodeRestorableStateWithCoder:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DecodeRestorableState (Foundation.NSCoder coder);
abstract member DecodeRestorableState : Foundation.NSCoder -> unit
override this.DecodeRestorableState : Foundation.NSCoder -> unit

Paramètres

coder
NSCoder

NSCoder utilisé pour décoder l’état.

Attributs

S’applique à

Voir aussi

  • <xref:UIKit.UIView.EncodeRestorableState>
  • <xref:UIKit.UIApplicationDelegate.ShouldRestoreApplicationState>
  • <xref:UIKit.UIApplicationDelegate.ShouldSaveApplicationState>