IsolatedStorage.IncreaseQuotaTo(Int64) 方法

定義

在衍生類別中覆寫時,提示使用者核准更大的隔離儲存區配額大小 (以位元組為單位)。

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

參數

newQuotaSize
Int64

所要求新的配額大小 (以位元組為單位),以提供使用者核准。

傳回

所有情況下都是 false

屬性

備註

方法 IsolatedStorageFile.IncreaseQuotaTo 會覆寫這個方法。

適用於