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 替代此属性。