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

屬性值

Int64

隔離儲存區空間的限制,以位元組為單位。

屬性

例外狀況

已移除隔離儲存區。

-或-

隔離儲存區已停用。

已處置隔離儲存區。

適用於

另請參閱