IsolatedStorageFile.UsedSize 屬性

定義

取得值,這個值表示隔離儲存區的已使用空間量。

public:
 virtual property long UsedSize { long get(); };
public override long UsedSize { get; }
member this.UsedSize : int64
Public Overrides ReadOnly Property UsedSize As Long

屬性值

已使用的隔離儲存區空間,以位元組為單位。

例外狀況

已關閉隔離儲存區。

已移除隔離儲存區。

已處置隔離儲存區。

適用於

另請參閱