IsolatedStorage.Quota 属性

定义

在派生类中重写时,获取一个值,该值表示可用于独立存储的最大空间量。

public:
 virtual property long Quota { long get(); };
public virtual long Quota { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public virtual long Quota { get; }
member this.Quota : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.Quota : int64
Public Overridable ReadOnly Property Quota As Long

属性值

独立存储空间的限制,以字节为单位。

属性

例外

执行了需要访问 Quota 的操作,但是没有为此存储区定义该属性。 由于使用了部分证据来打开存储区,因此通过使用枚举所获取的存储没有定义完善的 Quota

注解

属性 IsolatedStorageFile.Quota 替代此属性。

适用于