Scheduler for UWP/WinRT
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

ContactList メンバ
C1.C1Schedule 名前空間

Send Feedback