CollectionViewGroup.ProtectedItemCount 属性

定义

获取或设置此组下子树中项的数目。

protected:
 property int ProtectedItemCount { int get(); void set(int value); };
protected int ProtectedItemCount { get; set; }
member this.ProtectedItemCount : int with get, set
Protected Property ProtectedItemCount As Integer

属性值

Int32

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

注解

子类使用此属性更改计数;更改反映在属性中 ItemCount

适用于