Scheduler for UWP
ContactList クラス
メンバ 

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

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

参照

ContactList メンバ
C1.C1Schedule 名前空間