IsolatedStorage.UsedSize プロパティ

定義

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

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

プロパティ値

使用されている分離ストレージ領域のサイズ (バイト単位)。

属性

例外

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

注釈

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

適用対象