MobileComponentCollectionCount 属性 |
获取集合中 Control 对象的总数。
命名空间:
Smobiler.Core.Controls
程序集:
Smobiler.Core (在 Smobiler.Core.dll 中) 版本:6.0.651.17422+f85e28ffe3fdebbfe720c8c2dde0db495f1a52ab
语法public int Count { get; }
Public ReadOnly Property Count As Integer
Get
属性值
类型:
Int32集合中的 Control 对象总数。
实现
ICollectionCount
备注
Count 属性包含分配给集合的 Control 对象数。可以将 Count 属性值用作循环上限以循环访问集合。
参见