共用方式為


CollectionViewGroup.ItemCount 屬性

定義

取得這個群組下子目錄的項目數。

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

屬性值

Int32

這個群組下子目錄的項目 (分葉) 數。

備註

子類別會使用 ProtectedItemCount 屬性來變更計數。

適用於