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