IsolatedStorageFile.Quota 属性

定义

获取一个值,该值表示独立存储的最大可用空间量。

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

属性值

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

属性

例外

已移除独立存储区。

- 或 -

已禁用独立存储。

已释放独立存储区。

适用于

另请参阅