IsolatedStorage.IncreaseQuotaTo(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When overridden in a derived class, prompts a user to approve a larger quota size, in bytes, for isolated storage.
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
Parameters
- newQuotaSize
- Int64
The requested new quota size, in bytes, for the user to approve.
Returns
false
in all cases.
- Attributes
Remarks
The IsolatedStorageFile.IncreaseQuotaTo method overrides this method.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.