IsolatedStorageFile.AvailableFreeSpace 屬性

定義

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

public:
 virtual property long AvailableFreeSpace { long get(); };
public override long AvailableFreeSpace { get; }
[System.Runtime.InteropServices.ComVisible(false)]
public override long AvailableFreeSpace { get; }
member this.AvailableFreeSpace : int64
[<System.Runtime.InteropServices.ComVisible(false)>]
member this.AvailableFreeSpace : int64
Public Overrides ReadOnly Property AvailableFreeSpace As Long

屬性值

隔離儲存區的可用空間 (以位元組為單位)。

屬性

例外狀況

隔離儲存區已關閉。

已移除隔離儲存區。

-或-

隔離儲存區已停用。

已處置隔離儲存區。

適用於

另請參閱