IsolatedStorage.IncreaseQuotaTo(Int64) Methode

Definition

Fordert den Benutzer beim Überschreiben in einer abgeleiteten Klasse auf, eine größere Kontingentgröße (in Bytes) für den 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), die vom Benutzer genehmigt werden soll.

Gibt zurück

false in allen Fällen.

Attribute

Hinweise

Die IsolatedStorageFile.IncreaseQuotaTo -Methode überschreibt diese Methode.

Gilt für: