IsolatedStorageFile.Quota 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示隔離儲存區的最大可用空間量。
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
屬性值
隔離儲存區空間的限制,以位元組為單位。
- 屬性
例外狀況
已處置隔離儲存區。