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

適用於