IsolatedStorage.IncreaseQuotaTo(Int64) 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.
En cas de substitution dans une classe dérivée, invite un utilisateur à approuver une plus grande taille de quota, en octets, pour le stockage isolé.
public:
virtual bool IncreaseQuotaTo(long newQuotaSize);
public virtual bool IncreaseQuotaTo (long newQuotaSize);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual bool IncreaseQuotaTo (long newQuotaSize);
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
Public Overridable Function IncreaseQuotaTo (newQuotaSize As Long) As Boolean
Paramètres
- newQuotaSize
- Int64
Nouvelle taille de quota demandée, en octets, à approuver par l'utilisateur.
Retours
false
dans tous les cas.
- Attributs
Remarques
La IsolatedStorageFile.IncreaseQuotaTo méthode remplace cette méthode.