IsolatedStorage.Quota プロパティ

定義

派生クラスでオーバーライドされると、分離ストレージに使用できる領域の最大サイズを表す値を取得します。

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

プロパティ値

Int64

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

属性

例外

Quota へのアクセスを必要とする操作が実行されましたが、そのプロパティはこのストア用に定義されていません。 部分的な証拠を使用してストアを開いたため、列挙体を使用して取得したストアに、適切に定義された Quota プロパティがありません。

注釈

このプロパティは IsolatedStorageFile.Quota 、このプロパティをオーバーライドします。

適用対象