CollectionViewGroup.ItemCount 属性

定义

获取此组下子树中项数。

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

属性值

Int32

(留在)此组下子树中项的数目

注解

子类使用 ProtectedItemCount 属性更改计数。

适用于