Share via


IsolatedStorage.CurrentSize Özellik

Tanım

Dikkat

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

Dikkat

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

Önemli

Bu API, CLS uyumlu değildir.

Yalıtılmış depolamanın geçerli boyutunu temsil eden bir değer alır.

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")]
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.")]
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")>]
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 instead.")>]
member this.CurrentSize : uint64
[<System.CLSCompliant(false)>]
member this.CurrentSize : uint64
Public Overridable ReadOnly Property CurrentSize As ULong

Özellik Değeri

Şu anda yalıtılmış depolama kapsamında kullanılan depolama birimi sayısı.

Öznitelikler

Özel durumlar

Yalıtılmış deponun geçerli boyutu tanımlanmamış.

Açıklamalar

Bu özellik, yalıtılmış depolama kapsamındaki tüm depolama kaynaklarının toplam kullanımını temsil eder. IsolatedStorageFile.CurrentSize bu özelliği uygular. Nesneler söz konusu olduğunda IsolatedStorageFile , bu değer bayt cinsindendir. Veritabanı gibi diğer depolama nesnelerinin uygulanması durumunda, bu değer diğer depolama birimlerinde olabilir.

Şunlara uygulanır