語言

CompositeCollection.Count 屬性

定義

取得此收藏中儲存的項目數量。

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

屬性值

本收藏中存放的物品數量。

實作

備註

一個 CollectionContainer 物件算作一個物品。

適用於