ItemCollection.Size 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = itemCollection.size;
Public ReadOnly Property Size As UInteger
属性值
集合中的项计数。
实现
注解
使用 .NET 编程时,此属性投影为 Count。
适用于