IsolatedStorage.IncreaseQuotaTo(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, prompts a user to approve a larger quota size, in bytes, for isolated storage.
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
Parameters
- newQuotaSize
- Int64
The requested new quota size, in bytes, for the user to approve.
Returns
false
in all cases.
- Attributes
Remarks
The IsolatedStorageFile.IncreaseQuotaTo method overrides this method.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.