IsolatedStorage.IncreaseQuotaTo(Int64) Methode

Definition

Wenn sie in einer abgeleiteten Klasse überschrieben werden, fordert ein Benutzer auf, eine größere Kontingentgröße (in Byte) für isolierten Speicher zu genehmigen.

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

Parameter

newQuotaSize
Int64

Die angeforderte neue Kontingentgröße in Bytes, damit der Benutzer dies genehmigen kann.

Gibt zurück

false in allen Fällen.

Attribute

Hinweise

Die IsolatedStorageFile.IncreaseQuotaTo Methode setzt diese Methode außer Kraft.

Gilt für: