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

プロパティ値

ToolboxCategoryItems コレクションに含まれる項目の数。

実装

注釈

ToolboxCategoryItems は、 ICollection インターフェイスを実装します。

適用対象