IsolatedStorage.IncreaseQuotaTo(Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,提示使用者核准更大的隔離儲存區配額大小 (以位元組為單位)。
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 會覆寫這個方法。