IsolatedStorage.UsedSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得值,這個值表示隔離儲存區的已使用空間量。
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
屬性值
隔離儲存區的已使用空間量,以位元組為單位。
- 屬性
例外狀況
備註
屬性 IsolatedStorageFile.UsedSize 會覆寫這個屬性。