CPApplicationDelegate.ReceiveMemoryWarning(UIApplication) 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.
L’application a reçu un avertissement de mémoire insuffisante de la part du système.
[Foundation.Export("applicationDidReceiveMemoryWarning:")]
public virtual void ReceiveMemoryWarning (UIKit.UIApplication application);
abstract member ReceiveMemoryWarning : UIKit.UIApplication -> unit
override this.ReceiveMemoryWarning : UIKit.UIApplication -> unit
Paramètres
- application
- UIApplication
Référence à l’UIApplication qui a appelé cette méthode déléguée.
- Attributs