ToolboxCategoryItems.ICollection.Count 屬性

定義

取得 ToolboxCategoryItems 集合中所含之工具箱分類的數目。

property int System::Collections::ICollection::Count { int get(); };
int System.Collections.ICollection.Count { get; }
member this.System.Collections.ICollection.Count : int
 ReadOnly Property Count As Integer Implements ICollection.Count

屬性值

Int32

ToolboxCategoryItems 集合中所含之項目的數目。

實作

備註

ToolboxCategoryItems 會實作 ICollection 介面。

適用於