TableLayoutStyleCollection.Count 属性

定义

获取 TableLayoutStyleCollection 中实际包含的样式数量。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

属性值

Int32

TableLayoutStyleCollection 中实际包含的样式数量。

实现

注解

集合中存储的样式数仅受可用内存的限制。

适用于

另请参阅