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

分離ストレージ領域の制限 (バイト単位)。

属性

例外

分離ストアは削除されています。

  • または -

分離ストレージは無効になっています。

分離ストアは破棄されています。

適用対象

こちらもご覧ください