Scheduler for WinForms
CategoryCollection クラス
メンバ 

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 : CategoryCollection クラス
CategoryCollectionは、C1Schedule オブジェクトモデル内で使用可能なすべての分類項目を表す Categoryオブジェクトのコレクションです。デフォルトでは、定義済みの分類項目セットが含まれます。
オブジェクト モデル
CategoryCollection クラス
シンタックス
'宣言
 
Public Class CategoryCollection 
   Inherits C1.C1Schedule.BaseCollection(Of Category)
public class CategoryCollection : C1.C1Schedule.BaseCollection<Category> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.C1Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.C1Schedule.BaseCollection<T>
               C1.C1Schedule.CategoryCollection

参照

CategoryCollection メンバ
C1.C1Schedule 名前空間