IsolatedStorage.IncreaseQuotaTo(Int64) Metod

Definition

När den åsidosättas i en härledd klass uppmanas en användare att godkänna en större kvotstorlek, i byte, för isolerad lagring.

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

Parametrar

newQuotaSize
Int64

Den begärda nya kvotstorleken, i byte, för användaren att godkänna.

Returer

false i samtliga fall.

Attribut

Kommentarer

Metoden IsolatedStorageFile.IncreaseQuotaTo åsidosätter den här metoden.

Gäller för