IsolatedStorage.IncreaseQuotaTo(Int64) 方法

定义

在派生类中重写时,提示用户批准独立存储的更大配额大小(以字节为单位)。

public:
 virtual bool IncreaseQuotaTo(long newQuotaSize);
[System.Runtime.InteropServices.ComVisible(false)]
public virtual bool IncreaseQuotaTo(long newQuotaSize);
public virtual bool IncreaseQuotaTo(long newQuotaSize);
[<System.Runtime.InteropServices.ComVisible(false)>]
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
abstract member IncreaseQuotaTo : int64 -> bool
override this.IncreaseQuotaTo : int64 -> bool
Public Overridable Function IncreaseQuotaTo (newQuotaSize As Long) As Boolean

参数

newQuotaSize
Int64

请求的新配额大小(以字节为单位)供用户批准。

返回

false 在所有情况下。

属性

注解

该方法 IsolatedStorageFile.IncreaseQuotaTo 将重写此方法。

适用于