_StorageItem.Size 属性

定义

以 C# 返回 整数 (int ) 值,该值指示的大小 (字节) StorageItem。 只读。

public:
 property int Size { int get(); };
public int Size { get; }
Public ReadOnly Property Size As Integer

属性值

注解

在对项的 方法进行显式调用Save()之前,新创建的 StorageItem的大小为零 (0) 。

适用于