IsolatedStorageFile.Quota 属性

定义

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

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

属性值

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

属性

例外

已删除独立存储区。

-或-

已禁用独立存储。

已释放隔离存储。

适用于

另请参阅