IsolatedStorage.CurrentSize プロパティ

定義

注意事項

IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.

注意事項

IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize

重要

この API は CLS 準拠ではありません。

分離ストレージの現在のサイズを表す値を取得します。

public:
 virtual property System::UInt64 CurrentSize { System::UInt64 get(); };
[System.CLSCompliant(false)]
[System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")]
public virtual ulong CurrentSize { get; }
[System.CLSCompliant(false)]
[System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant.  To get the current size use IsolatedStorage.UsedSize")]
public virtual ulong CurrentSize { get; }
[System.CLSCompliant(false)]
public virtual ulong CurrentSize { get; }
[<System.CLSCompliant(false)>]
[<System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant. To get the current size use IsolatedStorage.UsedSize instead.")>]
member this.CurrentSize : uint64
[<System.CLSCompliant(false)>]
[<System.Obsolete("IsolatedStorage.CurrentSize has been deprecated because it is not CLS Compliant.  To get the current size use IsolatedStorage.UsedSize")>]
member this.CurrentSize : uint64
[<System.CLSCompliant(false)>]
member this.CurrentSize : uint64
Public Overridable ReadOnly Property CurrentSize As ULong

プロパティ値

分離ストレージ スコープ内で現在使用されているストレージ ユニットの数。

属性

例外

分離ストアの現在のサイズは未定義です。

注釈

このプロパティは、分離ストレージ スコープ内のすべてのストレージ リソースの合計使用量を表します。 IsolatedStorageFile.CurrentSize は、このプロパティを実装します。 IsolatedStorageFileオブジェクトの場合、この値はバイト単位です。 データベースなどの他のストレージ オブジェクトの実装の場合、この値は他のストレージ単位にある可能性があります。

適用対象