UIView.DecodeRestorableState(NSCoder) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- Attributs
S’applique à
Voir aussi
- <xref:UIKit.UIView.EncodeRestorableState>
- <xref:UIKit.UIApplicationDelegate.ShouldRestoreApplicationState>
- <xref:UIKit.UIApplicationDelegate.ShouldSaveApplicationState>