Share via


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 反映されます。

適用対象