IsolatedStorageFile.UsedSize 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示隔離儲存區的已使用空間量。
public:
virtual property long UsedSize { long get(); };
public override long UsedSize { get; }
member this.UsedSize : int64
Public Overrides ReadOnly Property UsedSize As Long
屬性值
已使用的隔離儲存區空間,以位元組為單位。
例外狀況
已關閉隔離儲存區。
已移除隔離儲存區。
已處置隔離儲存區。