CollectionViewGroup.ItemCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個群組下子目錄的項目數。
public:
property int ItemCount { int get(); };
public int ItemCount { get; }
member this.ItemCount : int
Public ReadOnly Property ItemCount As Integer
屬性值
這個群組下子目錄的項目 (分葉) 數。
備註
子類別會使用 ProtectedItemCount 屬性來變更計數。