Scheduler for UWP
CategoryList クラス
メンバ 

C1.UWP.Schedule アセンブリ > C1.C1Schedule 名前空間 : CategoryList クラス
CategoryListは、 Categoryオブジェクトのリストです。所有側の CategoryCollectionオブジェクトに存在するオブジェクトのみをこのリストに追加できます。 CategoryListを使用して、一連の Categoryオブジェクトを Appointmentオブジェクトに関連付けます。
オブジェクト モデル
CategoryList クラス
シンタックス
'宣言
 
Public Class CategoryList 
   Inherits C1.C1Schedule.BaseList(Of Category)
public class CategoryList : C1.C1Schedule.BaseList<Category> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      C1.C1Schedule.C1ObservableCollection<T>
         C1.C1Schedule.BaseList<T>
            C1.C1Schedule.CategoryList

参照

CategoryList メンバ
C1.C1Schedule 名前空間